From c4117d911685d57b505876f2443cc96fb135ca98 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 11 Mar 2022 11:15:53 -0500 Subject: ExternalProject: Document that LIST_SEPARATOR works for CMAKE_ARGS too Since `CMAKE_ARGS` is used to construct the default `CONFIGURE_COMMAND` for CMake-based external projects, the `LIST_SEPARATOR` option works for it too. --- Modules/ExternalProject.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index 14864d5..7f16fdc 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -807,11 +807,11 @@ External Project Definition **Miscellaneous Options:** ``LIST_SEPARATOR `` - For any of the various ``..._COMMAND`` options, replace ``;`` with - ```` 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 (```` would be a single space character - string in this case). + For any of the various ``..._COMMAND`` options, and ``CMAKE_ARGS``, + replace ``;`` with ```` 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 (```` would be a + single space character string in this case). ``COMMAND ...`` Any of the other ``..._COMMAND`` options can have additional commands -- cgit v0.12