summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-22 15:28:25 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-06-22 15:28:25 (GMT)
commit1203dca687347deb1a7bb4b360e9b50d7d576943 (patch)
treef072a70afba2a0e4709899a626e137dc96a26ae0 /Source
parent8609fdb051c5a277b327618070951e443b0b37ae (diff)
downloadCMake-1203dca687347deb1a7bb4b360e9b50d7d576943.zip
CMake-1203dca687347deb1a7bb4b360e9b50d7d576943.tar.gz
CMake-1203dca687347deb1a7bb4b360e9b50d7d576943.tar.bz2
escape quotes on cmaketest.h.in
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 28dcebe..e5c8a63 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -57,7 +57,7 @@ ADD_EXECUTABLE(cmaketest cmaketest.cxx cmSystemTools.cxx)
CONFIGURE_FILE(
${CMake_SOURCE_DIR}/Source/cmaketest.h.in
-${CMake_BINARY_DIR}/Source/cmaketest.h )
+${CMake_BINARY_DIR}/Source/cmaketest.h ESCAPE_QUOTES)
ADD_TEST(simple ${CMake_BINARY_DIR}/Source/cmaketest
${CMake_SOURCE_DIR}/Tests/Simple
${CMake_BINARY_DIR}/Tests/Simple