CTestCoverageCollectGCOV: replace tabulators

This commit is contained in:
Ben Boeckel 2015-09-17 11:35:24 -04:00 committed by Brad King
parent 1f4358134f
commit 936a95d405
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ ctest_build()
ctest_test()
list(APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
"/foo/something"
"/3rdparty/"
"/bar/somethingelse"
"/foo/something"
"/3rdparty/"
"/bar/somethingelse"
)
include(CTestCoverageCollectGCOV)