diff options
author | Brad King <brad.king@kitware.com> | 2024-03-10 14:19:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-10 14:27:02 (GMT) |
commit | 7457b474a1d6eb2165d657852e25f3a8e5a2f8ee (patch) | |
tree | 44abe10ce7c27ce0c3f88b8c19faa754d3abfa48 /Tests | |
parent | ae69801d9620eb6b43146d42f04d1a4b6b40e416 (diff) | |
download | CMake-7457b474a1d6eb2165d657852e25f3a8e5a2f8ee.zip CMake-7457b474a1d6eb2165d657852e25f3a8e5a2f8ee.tar.gz CMake-7457b474a1d6eb2165d657852e25f3a8e5a2f8ee.tar.bz2 |
Tests: Remove unnecessary parallel suppression from CTestCoverageCollectGCOV
This hasn't been necessary since commit ab7eda2591 (Tests: Remove
unnecessary pass regex on CTestCoverageCollectGCOV, 2020-04-29,
v3.18.0-rc1~239^2~2).
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 0919933..ab31e70 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2806,7 +2806,6 @@ if(BUILD_TESTING) -S "${CMake_BINARY_DIR}/Tests/CTestCoverageCollectGCOV/test.cmake" -VV --output-log "${CMake_BINARY_DIR}/Tests/CTestCoverageCollectGCOV/testOut.log" ) - set_property(TEST CTestCoverageCollectGCOV PROPERTY ENVIRONMENT CTEST_PARALLEL_LEVEL=) configure_file( "${CMake_SOURCE_DIR}/Tests/CTestTestEmptyBinaryDirectory/test.cmake.in" |