mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Help: Clarify that find_package GLOBAL argument is supported in full signature
This was accidentally left out of the docs by commit 2f1ffa003c
(find_package: Add support for default GLOBAL imported targets,
2022-03-10).
This commit is contained in:
committed by
Brad King
parent
44829e71c9
commit
b3e1fcf20a
@@ -162,6 +162,7 @@ Full Signature
|
|||||||
[OPTIONAL_COMPONENTS components...]
|
[OPTIONAL_COMPONENTS components...]
|
||||||
[CONFIG|NO_MODULE]
|
[CONFIG|NO_MODULE]
|
||||||
[NO_POLICY_SCOPE]
|
[NO_POLICY_SCOPE]
|
||||||
|
[GLOBAL]
|
||||||
[NAMES name1 [name2 ...]]
|
[NAMES name1 [name2 ...]]
|
||||||
[CONFIGS config1 [config2 ...]]
|
[CONFIGS config1 [config2 ...]]
|
||||||
[HINTS path1 [path2 ... ]]
|
[HINTS path1 [path2 ... ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user