mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 23:29:31 -06:00
4 lines
169 B
CMake
4 lines
169 B
CMake
message(STATUS "Loading C with components: '${C_FIND_COMPONENTS}'")
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(A NO_DEFAULT_PATH PATHS ${CMAKE_CURRENT_LIST_DIR})
|