summaryrefslogtreecommitdiffstats
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, 0 insertions, 5 deletions
diff --git a/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake b/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake
deleted file mode 100644
index 1c3156d..0000000
--- a/Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-cmake_host_system_information(RESULT RESULT
- QUERY NUMBER_OF_LOGICAL_CORES NUMBER_OF_PHYSICAL_CORES
-)
-
-message("[${RESULT}]")