Skip to content

Commit 22ad1b7

Browse files
committed
container
1 parent 6744a81 commit 22ad1b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ FetchContent_MakeAvailable(
135135
${LIBMEXCLASS_FETCH_CONTENT_NAME}
136136
)
137137

138+
# FIXME: debug code
139+
FetchContent_GetProperties(${LIBMEXCLASS_FETCH_CONTENT_NAME})
140+
if(${LIBMEXCLASS_FETCH_CONTENT_NAME}_POPULATED)
141+
message(STATUS "Already loaded.")
142+
else()
143+
message(STATUS "Not loaded.")
144+
endif()
145+
138146

139147
# ###########################
140148
# OpenTelemetry-cpp

0 commit comments

Comments
 (0)