diff options
author | Brad King <brad.king@kitware.com> | 2006-10-24 13:47:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-24 13:47:04 (GMT) |
commit | ee9341079fddad4afd0fd189330498973b826738 (patch) | |
tree | 87b25440a85e655edd35e9417ff65e91b5180594 | |
parent | 0945aecc944955304070655458c7e4dc31f5dbfb (diff) | |
download | CMake-ee9341079fddad4afd0fd189330498973b826738.zip CMake-ee9341079fddad4afd0fd189330498973b826738.tar.gz CMake-ee9341079fddad4afd0fd189330498973b826738.tar.bz2 |
BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.
-rw-r--r-- | Tests/CustomCommand/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index 602f69b..6ec5105 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -190,8 +190,8 @@ SET(CHECK_ARGS amper&sand @two-ats@ one@at - "#two-pounds#" - "one#pound" + #"#two-pounds#" + #"one#pound" "c:/posix/path/with space" "c:\\windows\\path\\with space" "'single quotes with space'" @@ -211,8 +211,8 @@ SET(CHECK_ARGS "amper&sand with space" "@two-ats@ with space" "one@at with space" - "#two-pounds# with space" - "one#pound with space" + #"#two-pounds# with space" + #"one#pound with space" ) FOREACH(arg ${CHECK_ARGS}) SET(ARG "${arg}") |