summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-08 18:11:21 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-03-08 18:11:27 (GMT)
commitc9f5b1e010d5d45d5b4b1cf726c96af3dfe6b456 (patch)
treecd6ac8e6f30fa3f4bf09676608782c585c1da644
parent52ee42310d57f362a32ce741aceecc6fe7128841 (diff)
parent934861e3549b54b9c91c0d501f7e75901d8fa57e (diff)
downloadCMake-c9f5b1e010d5d45d5b4b1cf726c96af3dfe6b456.zip
CMake-c9f5b1e010d5d45d5b4b1cf726c96af3dfe6b456.tar.gz
CMake-c9f5b1e010d5d45d5b4b1cf726c96af3dfe6b456.tar.bz2
Merge topic 'clarify_find_searches_in_respect_to_env_variables'
934861e354 Find: Document that first argument to PATHS and HINTS can be ENV{} Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5886
-rw-r--r--Help/command/FIND_XXX.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/FIND_XXX.txt b/Help/command/FIND_XXX.txt
index 97eecfc..aae1c38 100644
--- a/Help/command/FIND_XXX.txt
+++ b/Help/command/FIND_XXX.txt
@@ -11,8 +11,8 @@ The general signature is:
|FIND_XXX| (
<VAR>
name | |NAMES|
- [HINTS path1 [path2 ... ENV var]]
- [PATHS path1 [path2 ... ENV var]]
+ [HINTS [path | ENV var]... ]
+ [PATHS [path | ENV var]... ]
[PATH_SUFFIXES suffix1 [suffix2 ...]]
[DOC "cache documentation string"]
[REQUIRED]