diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-18 16:02:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-18 16:02:00 (GMT) |
commit | 72022ac27ba0ec4476a468b789c600f00edab669 (patch) | |
tree | 64ad77f30fa8b6ec3c73d5b9557a37ffb2b74ce6 /Tests/ComplexRelativePaths | |
parent | 71fb2a2386a8efface0f68ff912c1522b103b2fa (diff) | |
download | CMake-72022ac27ba0ec4476a468b789c600f00edab669.zip CMake-72022ac27ba0ec4476a468b789c600f00edab669.tar.gz CMake-72022ac27ba0ec4476a468b789c600f00edab669.tar.bz2 |
ENH: add ability to escape semi-colons
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r-- | Tests/ComplexRelativePaths/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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. |