[cmake-commits] king committed CMakeLists.txt 1.29 1.30
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 17 13:28:56 EDT 2007
Update of /cvsroot/CMake/CMake/Tests/CustomCommand
In directory public:/mounts/ram/cvs-serv18769
Modified Files:
CMakeLists.txt
Log Message:
BUG: Disable test of angle bracket escapes until it works everywhere.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- CMakeLists.txt 17 May 2007 14:53:18 -0000 1.29
+++ CMakeLists.txt 17 May 2007 17:28:54 -0000 1.30
@@ -213,9 +213,9 @@
{curly}
{lcurly}
rcurly}
- <angle>
- <langle
- rangle>
+ #<angle> # angle-brackets are inconsistent on windows right now
+ #<langle
+ #rangle>
[square]
[lsquare # these have funny behavior due to special cases for
rsquare] # windows registry value names in list expansion
@@ -265,9 +265,9 @@
"{curly} with space"
"{lcurly with space"
"rcurly} with space"
- "<angle> with space"
- "<langle with space"
- "rangle> with space"
+ #"<angle> with space" # angle-brackets are inconsistent on windows right now
+ #"<langle with space"
+ #"rangle> with space"
"[square] with space"
"[lsquare with space" # these have funny behavior due to special cases for
"rsquare] with space" # windows registry value names in list expansion
More information about the Cmake-commits
mailing list