summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-10 18:49:10 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-10 18:49:10 (GMT)
commitacd2eab2f3eadc47828351707fdd23917d002234 (patch)
tree14865f0b36c90838ffb81ed55f3b446a68eb8403 /Modules
parent271170144a41d3390b29064216fd1fa938ae6da4 (diff)
parenta3c98cb30edba8ba19bc05d4e08fd344f3440f32 (diff)
downloadCMake-acd2eab2f3eadc47828351707fdd23917d002234.zip
CMake-acd2eab2f3eadc47828351707fdd23917d002234.tar.gz
CMake-acd2eab2f3eadc47828351707fdd23917d002234.tar.bz2
Merge branch 'ExternalProject-fix-CMAKE_CACHE_ARGS-list' into release
Diffstat (limited to 'Modules')
-rw-r--r--Modules/ExternalProject.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index bbeeeed..4ba8537 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -1160,7 +1160,7 @@ function(_ep_command_line_to_initial_cache var args force)
endif()
else()
# Assume this is a list to append to the last var
- list(APPEND accumulator "${line}")
+ string(APPEND accumulator ";${line}")
endif()
endforeach()
# Catch the final line of the args