CTestCoverageCollectGCOV: replace tabulators
This commit is contained in:
parent
1f4358134f
commit
936a95d405
|
@ -12,9 +12,9 @@ ctest_build()
|
||||||
ctest_test()
|
ctest_test()
|
||||||
|
|
||||||
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
|
||||||
"/foo/something"
|
"/foo/something"
|
||||||
"/3rdparty/"
|
"/3rdparty/"
|
||||||
"/bar/somethingelse"
|
"/bar/somethingelse"
|
||||||
)
|
)
|
||||||
|
|
||||||
include(CTestCoverageCollectGCOV)
|
include(CTestCoverageCollectGCOV)
|
||||||
|
|
Loading…
Reference in New Issue