find_package-global-imported.rst 392 B

123456789
  1. find_package-global-imported
  2. ----------------------------
  3. * The :command:`find_package` command gained a `GLOBAL` option that
  4. allows for the promotion of imported targets to global scope fur the
  5. duration of the :command:`find_package` call.
  6. * Adds support for :variable:`CMAKE_FIND_PACKAGE_TARGETS_GLOBAL` to
  7. toggle behavior of the :command:`find_package` command's new GLOBAL option