[CMake] Fix handling of passing through semi-colon separated lists.
authorChris Bieneman <beanz@apple.com>
Fri, 20 Nov 2015 22:08:49 +0000 (22:08 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 20 Nov 2015 22:08:49 +0000 (22:08 +0000)
commitd43d18c48b1cf569a214e7fbc72a7fa1259263ba
tree4af7d625e43cd5b51b06de0cd7373a197f2c358e
parent8ba4bf96a98707397f250b511abcdfebb921712e
[CMake] Fix handling of passing through semi-colon separated lists.

When passing around CMake arguments as lists of arguments any arguments containing lists need to have their semi-colons escaped otherwise CMake will split the arguments in the middle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253719 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMExternalProjectUtils.cmake