mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
13 lines
344 B
ReStructuredText
13 lines
344 B
ReStructuredText
CMAKE_FIND_PACKAGE_TARGETS_GLOBAL
|
|
---------------------------------
|
|
|
|
.. versionadded:: 3.24
|
|
|
|
Setting to ``TRUE`` promotes all :prop_tgt:`IMPORTED` targets discoverd
|
|
by :command:`find_package` to a ``GLOBAL`` scope.
|
|
|
|
|
|
Setting this to ``TRUE`` is akin to specifying ``GLOBAL``
|
|
as an argument to :command:`find_package`.
|
|
Default value is ``OFF``.
|