mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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})
|