Formatting
parent
d6029f7fd2
commit
8c5c84cc17
|
|
@ -20,7 +20,9 @@ if(GCOV_ENABLE)
|
||||||
include(ProcessorCount)
|
include(ProcessorCount)
|
||||||
ProcessorCount(N)
|
ProcessorCount(N)
|
||||||
if(N EQUAL 0)
|
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()
|
else()
|
||||||
message(STATUS "CTest: Detected ${N} CPU threads")
|
message(STATUS "CTest: Detected ${N} CPU threads")
|
||||||
set(ctest_test_args -j${N} ${ctest_test_args})
|
set(ctest_test_args -j${N} ${ctest_test_args})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue