mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-02 12:48:42 -06:00
ENH: cleaner code coverage
This commit is contained in:
@@ -29,4 +29,10 @@ IF(NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
|
||||
)
|
||||
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
|
||||
|
||||
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
||||
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
||||
"Kdevelop"
|
||||
)
|
||||
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user