summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-04 18:37:42 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-04 18:37:42 (GMT)
commit523075ded543cbb7044bc4b56203d329aff0cb42 (patch)
treeb437035f021967f257018e4199291c5f0983aabf /Tests
parent430f6f35ebfd237e6f33afee21308bfc28a7a553 (diff)
downloadCMake-523075ded543cbb7044bc4b56203d329aff0cb42.zip
CMake-523075ded543cbb7044bc4b56203d329aff0cb42.tar.gz
CMake-523075ded543cbb7044bc4b56203d329aff0cb42.tar.bz2
BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CustomCommand/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index 5d13702..0d4b78c 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -185,7 +185,7 @@ SET(CHECK_ARGS
dollar$sign
&ampersands&
amper&sand
- \@two-ats\@
+ @two-ats@
one@at
"c:/posix/path/with space"
"c:\\windows\\path\\with space"
@@ -204,7 +204,7 @@ SET(CHECK_ARGS
"dollar$sign with space"
"&ampersands& with space"
"amper&sand with space"
- "\@two-ats\@ with space"
+ "@two-ats@ with space"
"one@at with space"
)
FOREACH(arg ${CHECK_ARGS})