We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac791f4 commit 54a5759Copy full SHA for 54a5759
cmake/external_dependencies.cmake
@@ -38,6 +38,8 @@ function(find_package_or_fetch)
38
SYSTEM
39
EXCLUDE_FROM_ALL)
40
FetchContent_MakeAvailable(${arg_PACKAGE_NAME})
41
+ get_property(all_targets GLOBAL PROPERTY TARGETS)
42
+ message(STATUS "Available targets after ${arg_PACKAGE_NAME} build: ${all_targets}")
43
message(STATUS "\t✅ Fetched ${arg_PACKAGE_NAME}")
44
else()
45
message(STATUS "📦 ${actual_pkg_name} found here: ${${actual_pkg_name}_DIR}")
0 commit comments