summaryrefslogtreecommitdiff
path: root/CTestCustom.ctest.in
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-09-13 12:55:46 -0400
committerKen Martin <ken.martin@kitware.com>2005-09-13 12:55:46 -0400
commit839c75bb7a7105dabe8961338eb82365a70f5003 (patch)
treeaa88f2915a716bf11ec6b2626559a1db84bc9d4e /CTestCustom.ctest.in
parentfd26d148d8b71871bc5abe2f4e48b56d142d6be0 (diff)
downloadcmake-839c75bb7a7105dabe8961338eb82365a70f5003.tar.gz
ENH: coverage cleanup for non XCode builds
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r--CTestCustom.ctest.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in
index 3135eba30f..454694b7e6 100644
--- a/CTestCustom.ctest.in
+++ b/CTestCustom.ctest.in
@@ -22,3 +22,11 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
)
+IF(NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
+ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
+ ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
+ "XCode"
+ )
+ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
+
+