mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -06:00
Allow find package to promote scope of imported targets by specifying
an argument to `find_package` or by specifying a CMake variable.
* Add support for CMAKE_GLOBAL_IMPORT_SCOPE variable
* Add support for GLOBAL argument to find_package
Additionally add testing for above features.
4 lines
87 B
CMake
4 lines
87 B
CMake
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(LT PATHS ${CMAKE_CURRENT_LIST_DIR})
|