summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-04-18 16:02:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-04-18 16:02:00 (GMT)
commit72022ac27ba0ec4476a468b789c600f00edab669 (patch)
tree64ad77f30fa8b6ec3c73d5b9557a37ffb2b74ce6 /Tests
parent71fb2a2386a8efface0f68ff912c1522b103b2fa (diff)
downloadCMake-72022ac27ba0ec4476a468b789c600f00edab669.zip
CMake-72022ac27ba0ec4476a468b789c600f00edab669.tar.gz
CMake-72022ac27ba0ec4476a468b789c600f00edab669.tar.bz2
ENH: add ability to escape semi-colons
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Complex/CMakeLists.txt1
-rw-r--r--Tests/ComplexOneConfig/CMakeLists.txt1
-rw-r--r--Tests/ComplexRelativePaths/CMakeLists.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt
index c2448a4..d80d654 100644
--- a/Tests/Complex/CMakeLists.txt
+++ b/Tests/Complex/CMakeLists.txt
@@ -58,6 +58,7 @@ SET (EXECUTABLE_OUTPUT_PATH
${Complex_BINARY_DIR}/bin/ CACHE PATH
"Single output directory for building all executables.")
+MESSAGE (Test " " escape " " semi-colon " " \; \;)
#
# Exec program (TODO: test a result)
# Increase coverage.
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt
index c2448a4..d80d654 100644
--- a/Tests/ComplexOneConfig/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/CMakeLists.txt
@@ -58,6 +58,7 @@ SET (EXECUTABLE_OUTPUT_PATH
${Complex_BINARY_DIR}/bin/ CACHE PATH
"Single output directory for building all executables.")
+MESSAGE (Test " " escape " " semi-colon " " \; \;)
#
# Exec program (TODO: test a result)
# Increase coverage.
diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt
index c2448a4..d80d654 100644
--- a/Tests/ComplexRelativePaths/CMakeLists.txt
+++ b/Tests/ComplexRelativePaths/CMakeLists.txt
@@ -58,6 +58,7 @@ SET (EXECUTABLE_OUTPUT_PATH
${Complex_BINARY_DIR}/bin/ CACHE PATH
"Single output directory for building all executables.")
+MESSAGE (Test " " escape " " semi-colon " " \; \;)
#
# Exec program (TODO: test a result)
# Increase coverage.