mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 14:10:27 -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
94 B
CMake
4 lines
94 B
CMake
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(LocalPack PATHS ${CMAKE_CURRENT_LIST_DIR})
|