Skip to content
  • John Parent's avatar
    find_package: Add support for default GLOBAL imported targets · 2f1ffa00
    John Parent authored
    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.
    2f1ffa00