Skip to content

find_package: Add GLOBAL argument for imported targets

John Parent requested to merge john.parent/cmake:global-find-pkg-tgt into master

This MR establishes support for a GLOBAL argument to the find_package command that loads all imported targets into the GLOBAL imported target scope.

Fixes: #23104 (closed)
Topic-rename: find_package-global-imported

Edited by Brad King

Merge request reports