diff options
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index f6640f3..bdd7524 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -22,9 +22,9 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Clock skew detected" "remark\\(1209" "stl_deque.h:1051" + "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element" ) - IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode") SET(CTEST_CUSTOM_COVERAGE_EXCLUDE ${CTEST_CUSTOM_COVERAGE_EXCLUDE} @@ -38,4 +38,3 @@ IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop") "Kdevelop" ) ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop") - |