We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c5bd1 commit 19be86bCopy full SHA for 19be86b
tests/CMakeLists.txt
@@ -1,6 +1,7 @@
1
include(platforms.cmake)
2
3
cmake_host_system_information(RESULT _logical_cores QUERY NUMBER_OF_LOGICAL_CORES)
4
+message(STATUS "${_logical_cores} logical CPU cores available for testing")
5
set(CTEST_RESOURCE_SPEC_FILE "${CMAKE_BINARY_DIR}/CTestResources.json")
6
configure_file(CTestResources.json.in "${CTEST_RESOURCE_SPEC_FILE}")
7
0 commit comments