mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
591b75ee17
Issue: #23685
7 lines
398 B
CMake
7 lines
398 B
CMake
message(STATUS "Loading E with components: '${E_FIND_COMPONENTS}'")
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(A COMPONENTS A1 NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(B COMPONENTS B1 NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(C NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
|
|
find_dependency(D NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
|