diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index 14864d50c3..7f16fdc875 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