diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2021-03-05 14:59:39 (GMT) |
---|---|---|
committer | Robert Maynard <rmaynard@nvidia.com> | 2021-03-05 14:59:39 (GMT) |
commit | 934861e3549b54b9c91c0d501f7e75901d8fa57e (patch) | |
tree | acdb500c5def0884507b4884c9c5b852bc2a32e9 /Help/command | |
parent | 15610d42fee8d2a6db1ad4be0d681be7f7f178c9 (diff) | |
download | CMake-934861e3549b54b9c91c0d501f7e75901d8fa57e.zip CMake-934861e3549b54b9c91c0d501f7e75901d8fa57e.tar.gz CMake-934861e3549b54b9c91c0d501f7e75901d8fa57e.tar.bz2 |
Find: Document that first argument to PATHS and HINTS can be ENV{}
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/FIND_XXX.txt | 4 |
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] |