From 8c5c84cc17f30463fc1a3b0229c5c63055de6c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Fri, 21 Oct 2022 22:03:08 +0000 Subject: [PATCH] Formatting --- tests/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f5cb04b..e66dc79 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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})