diff options
Diffstat (limited to 'Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake')
-rw-r--r-- | Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake b/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake new file mode 100644 index 0000000..1c3156d --- /dev/null +++ b/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake @@ -0,0 +1,5 @@ +cmake_host_system_information(RESULT RESULT + QUERY NUMBER_OF_LOGICAL_CORES NUMBER_OF_PHYSICAL_CORES +) + +message("[${RESULT}]") |