Files
CMake/Help/variable/CMAKE_FIND_PACKAGE_TARGETS_GLOBAL.rst
Brad King 253941634c Help: Update Sphinx versionadded directives for 3.24 release
Run the script:

    Utilities/Sphinx/update_versions.py --since v3.23.0 --overwrite
2022-06-08 09:07:21 -04:00

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``.