mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
ENH: coverage cleanup for non XCode builds
This commit is contained in:
parent
fd26d148d8
commit
839c75bb7a
@ -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")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user