summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2013-06-15 05:38:23 (GMT)
committerBrad King <brad.king@kitware.com>2013-06-19 12:46:37 (GMT)
commitbb71a3a0dfaba317c7a98b92301310e15f602c38 (patch)
tree0ae6f7bd8a4dfe223333aeda53ecdb49e5e3dc10 /Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake
parentdea8271840b69bef078d7af324a72636ff195c94 (diff)
downloadCMake-bb71a3a0dfaba317c7a98b92301310e15f602c38.zip
CMake-bb71a3a0dfaba317c7a98b92301310e15f602c38.tar.gz
CMake-bb71a3a0dfaba317c7a98b92301310e15f602c38.tar.bz2
Add cmake_host_system_information command
Expose the internal system information API to the CMake language. For example, it is useful to see how much memory the system has available to estimate an upper limit of tests that can run in parallel.
Diffstat (limited to 'Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake')
-rw-r--r--Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake b/Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake
new file mode 100644
index 0000000..9c5a558
--- /dev/null
+++ b/Tests/CMakeTests/CMakeHostSystemInformation-BadArg3.cmake
@@ -0,0 +1 @@
+cmake_host_system_information(RESULT RESULT QUERY FOOBAR)