ENH: Some ctest custom fixes
This commit is contained in:
parent
bb7debf24c
commit
e2fb2b82be
@ -15,7 +15,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||||||
"Source/CTest/Curl"
|
"Source/CTest/Curl"
|
||||||
"Utilities/cmcurl"
|
"Utilities/cmcurl"
|
||||||
"Source/CursesDialog/form"
|
"Source/CursesDialog/form"
|
||||||
"Redeclaration of .sendpath. with a different storage class specifier"
|
"Redeclaration of .send..... with a different storage class specifier"
|
||||||
"Utilities/cmexpat/"
|
"Utilities/cmexpat/"
|
||||||
"is not used for resolving any symbol"
|
"is not used for resolving any symbol"
|
||||||
"remark\\(1209"
|
"remark\\(1209"
|
||||||
@ -23,12 +23,12 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
IF(NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
|
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
||||||
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||||
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
||||||
"XCode"
|
"XCode"
|
||||||
)
|
)
|
||||||
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "XCode")
|
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
||||||
|
|
||||||
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
||||||
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user