diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2021-07-29 15:12:03 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2021-08-02 20:43:47 (GMT) |
commit | e808cbb1dd9bf594e2f2c8ea2c0b82b9a6590d29 (patch) | |
tree | e6c3449631cd9dc2740a5720defda44671bcc2a2 /Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake | |
parent | 9e831284e5373002067754dfe7206e91075fa635 (diff) | |
download | CMake-e808cbb1dd9bf594e2f2c8ea2c0b82b9a6590d29.zip CMake-e808cbb1dd9bf594e2f2c8ea2c0b82b9a6590d29.tar.gz CMake-e808cbb1dd9bf594e2f2c8ea2c0b82b9a6590d29.tar.bz2 |
Testing: Convert `cmake_host_system_information` tests into `RunCMake`
Diffstat (limited to 'Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake')
-rw-r--r-- | Tests/CMakeTests/CMakeHostSystemInformation-QueryList.cmake | 5 |
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}]") |