summaryrefslogtreecommitdiff
path: root/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake')
-rw-r--r--Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake5
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 000000000..1c3156d23
--- /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}]")