summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-05-13 11:24:34 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2010-05-13 11:25:44 -0400
commitae6a50aa810e61382c2df55609b4293eb2346f1f (patch)
tree1b1ae613dc714691585d4d77b6198e1010e32bf2 /CTestCustom.cmake.in
parent44e646701556dd47d7475650a2d27c26118ea8b8 (diff)
downloadcmake-ae6a50aa810e61382c2df55609b4293eb2346f1f.tar.gz
Expand the regular expression for ignoring xcode missing directories.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index f31685269c..59ba4c60d4 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -31,7 +31,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*"
"Warning: public.*_archive.*clashes with prior module.*"
"Warning: LINN32: Last line.*is less.*"
- "warning.*directory name.*CMake-Xcode/bin/Release.*does not exist.*"
+ "warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"