diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-13 15:24:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-05-13 15:25:44 (GMT) |
commit | 893e22e818398e7ba4fb1f6c95682d1fe4e54067 (patch) | |
tree | 1b1ae613dc714691585d4d77b6198e1010e32bf2 | |
parent | 4cde0b1a5ff1f3060bf58d402fb63cebf9d13cfb (diff) | |
download | CMake-893e22e818398e7ba4fb1f6c95682d1fe4e54067.zip CMake-893e22e818398e7ba4fb1f6c95682d1fe4e54067.tar.gz CMake-893e22e818398e7ba4fb1f6c95682d1fe4e54067.tar.bz2 |
Expand the regular expression for ignoring xcode missing directories.
-rw-r--r-- | CTestCustom.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index f316852..59ba4c6 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" |