Files
CMake/Tests/RunCMake/find_dependency/transitive/DConfig.cmake
2022-11-18 10:31:19 -05:00

6 lines
317 B
CMake

message(STATUS "Loading D with components: '${D_FIND_COMPONENTS}'")
include(CMakeFindDependencyMacro)
find_dependency(A COMPONENTS A1 NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
find_dependency(B NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
find_dependency(C NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})