summaryrefslogtreecommitdiffstats
path: root/Help/command/FIND_XXX.txt
diff options
context:
space:
mode:
authorJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 13:31:56 (GMT)
committerJoachim Wuttke (o) <j.wuttke@fz-juelich.de>2018-10-25 13:44:59 (GMT)
commit24fa04018cbfcbbd9c52418be2ead8802eb361c4 (patch)
treed56ce8e950629809844374f74c45a1aa39f0740f /Help/command/FIND_XXX.txt
parentbba42bb91e25a35791e71461858403360192778b (diff)
downloadCMake-24fa04018cbfcbbd9c52418be2ead8802eb361c4.zip
CMake-24fa04018cbfcbbd9c52418be2ead8802eb361c4.tar.gz
CMake-24fa04018cbfcbbd9c52418be2ead8802eb361c4.tar.bz2
Help: Spell out ";-list" as "semicolon-separated list"
Diffstat (limited to 'Help/command/FIND_XXX.txt')
-rw-r--r--Help/command/FIND_XXX.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/FIND_XXX.txt b/Help/command/FIND_XXX.txt
index 73dbd57..dde4dbb 100644
--- a/Help/command/FIND_XXX.txt
+++ b/Help/command/FIND_XXX.txt
@@ -96,7 +96,7 @@ If ``NO_DEFAULT_PATH`` is not specified, the search process is as follows:
2. Search paths specified in cmake-specific cache variables.
These are intended to be used on the command line with a ``-DVAR=value``.
- The values are interpreted as :ref:`;-lists <CMake Language Lists>`.
+ The values are interpreted as :ref:`semicolon-separated lists <CMake Language Lists>`.
This can be skipped if ``NO_CMAKE_PATH`` is passed.
* |CMAKE_PREFIX_PATH_XXX|