Ver Fonte

ENH: coverage cleanup for non XCode builds

Ken Martin há 20 anos atrás
pai
commit
839c75bb7a
1 ficheiros alterados com 8 adições e 0 exclusões
  1. 8 0
      CTestCustom.ctest.in

+ 8 - 0
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")
+  
+