| commit | 2f1ffa003c07d5fe7ca10c4ee06e81dd55f5e415 | [log] [tgz] |
|---|---|---|
| author | John Parent <john.parent@kitware.com> | Thu Mar 10 12:43:50 2022 -0500 |
| committer | John Parent <john.parent@kitware.com> | Thu Mar 10 12:44:36 2022 -0500 |
| tree | eb92cb82fda9a3bcd1ad58cf6b1d2654a2527c35 | |
| parent | 3a37fda6a2b4f28fdd7efe58f4a0b7570404a7d4 [diff] |
find_package: Add support for default GLOBAL imported targets
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.