summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-16 15:14:50 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-03-16 15:14:59 (GMT)
commitbc1fd4b6069871518c4291f407033c314c233ecb (patch)
tree252e86b485bb010b6686f7a1a1faa3ef257fa8fb /Modules
parent4c4259976684f676c65425596cfe5d297cbf10ce (diff)
parent8abd714176a8b5fd76f7660a144f4cc88d7746e0 (diff)
downloadCMake-bc1fd4b6069871518c4291f407033c314c233ecb.zip
CMake-bc1fd4b6069871518c4291f407033c314c233ecb.tar.gz
CMake-bc1fd4b6069871518c4291f407033c314c233ecb.tar.bz2
Merge topic 'doc-list-semicolons'
8abd714176 Help: Clarify that ENVIRONMENT test properties take ;-separated lists 02cf404ace Help: Add advice for dealing with semicolons in lists c4117d9116 ExternalProject: Document that LIST_SEPARATOR works for CMAKE_ARGS too Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7066
Diffstat (limited to 'Modules')
-rw-r--r--Modules/ExternalProject.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index 292333d..42cb7a0 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -811,11 +811,11 @@ External Project Definition
**Miscellaneous Options:**
``LIST_SEPARATOR <sep>``
- For any of the various ``..._COMMAND`` options, replace ``;`` with
- ``<sep>`` in the specified command lines. This can be useful where list
- variables may be given in commands where they should end up as
- space-separated arguments (``<sep>`` would be a single space character
- string in this case).
+ For any of the various ``..._COMMAND`` options, and ``CMAKE_ARGS``,
+ replace ``;`` with ``<sep>`` in the specified command lines.
+ This can be useful where list variables may be given in commands where
+ they should end up as space-separated arguments (``<sep>`` would be a
+ single space character string in this case).
``COMMAND <cmd>...``
Any of the other ``..._COMMAND`` options can have additional commands