Formatting

pull/226/head
Guðni Már Gilbert 2022-10-21 22:03:08 +00:00
parent d6029f7fd2
commit 8c5c84cc17
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ if(GCOV_ENABLE)
include(ProcessorCount)
ProcessorCount(N)
if(N EQUAL 0)
message(WARNING "CTest: There was an issue reading the core count, tests won't be run in parallel")
message(
WARNING "CTest: There was an issue reading the core count, tests won't be run in parallel"
)
else()
message(STATUS "CTest: Detected ${N} CPU threads")
set(ctest_test_args -j${N} ${ctest_test_args})