Skip to content

Commit 54a5759

Browse files
committed
Add debug log
1 parent ac791f4 commit 54a5759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/external_dependencies.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ function(find_package_or_fetch)
3838
SYSTEM
3939
EXCLUDE_FROM_ALL)
4040
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}")
4143
message(STATUS "\t✅ Fetched ${arg_PACKAGE_NAME}")
4244
else()
4345
message(STATUS "📦 ${actual_pkg_name} found here: ${${actual_pkg_name}_DIR}")

0 commit comments

Comments
 (0)