Merge topic 'teach_ctest_ninja_errors'

ffb27ca Teach CTest what a ninja error looks like.
This commit is contained in:
David Cole 2012-02-21 15:54:00 -05:00 committed by CMake Topic Stage
commit d19f68840f
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
SET(CTEST_CUSTOM_ERROR_MATCH
${CTEST_CUSTOM_ERROR_MATCH}
"ERROR:")
SET(CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"xtree.[0-9]+. : warning C4702: unreachable code"