Skip to content

Commit 19be86b

Browse files
committed
Show number of CPU cores available for testing
1 parent 37c5bd1 commit 19be86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include(platforms.cmake)
22

33
cmake_host_system_information(RESULT _logical_cores QUERY NUMBER_OF_LOGICAL_CORES)
4+
message(STATUS "${_logical_cores} logical CPU cores available for testing")
45
set(CTEST_RESOURCE_SPEC_FILE "${CMAKE_BINARY_DIR}/CTestResources.json")
56
configure_file(CTestResources.json.in "${CTEST_RESOURCE_SPEC_FILE}")
67

0 commit comments

Comments
 (0)