From ffb27ca3d4c9a9f916d54d74e2bb3394a6fada04 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 15 Feb 2012 15:29:24 -0500 Subject: [PATCH] Teach CTest what a ninja error looks like. This will allow ninja dashboards to show ninja errors as well as compiler errors from the ninja build. --- CTestCustom.cmake.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 1a466889b..286b3c9a9 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -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"