diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2015-09-17 15:35:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-21 13:27:53 (GMT) |
commit | 936a95d4059ce3c57b79a1bf28dd4f2bdf26ba29 (patch) | |
tree | f9c383fd8a7321018075e10ab0d27399ad448051 /Tests | |
parent | 1f4358134f2cf5b9fe72088d6534084a8fb71a52 (diff) | |
download | CMake-936a95d4059ce3c57b79a1bf28dd4f2bdf26ba29.zip CMake-936a95d4059ce3c57b79a1bf28dd4f2bdf26ba29.tar.gz CMake-936a95d4059ce3c57b79a1bf28dd4f2bdf26ba29.tar.bz2 |
CTestCoverageCollectGCOV: replace tabulators
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CTestCoverageCollectGCOV/test.cmake.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/CTestCoverageCollectGCOV/test.cmake.in b/Tests/CTestCoverageCollectGCOV/test.cmake.in index 29f7e7f..b2e6d6d 100644 --- a/Tests/CTestCoverageCollectGCOV/test.cmake.in +++ b/Tests/CTestCoverageCollectGCOV/test.cmake.in @@ -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) |