We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6744a81 commit 22ad1b7Copy full SHA for 22ad1b7
1 file changed
CMakeLists.txt
@@ -135,6 +135,14 @@ FetchContent_MakeAvailable(
135
${LIBMEXCLASS_FETCH_CONTENT_NAME}
136
)
137
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
+
146
147
# ###########################
148
# OpenTelemetry-cpp
0 commit comments