You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
344 B
13 lines
344 B
2 years ago
|
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``.
|