summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorFlorian Maushart <FloriansGit@online.ms>2017-05-30 19:33:18 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-05 17:51:30 (GMT)
commite7869e80ce6ffc538f559aa12dd54bb90ea9945e (patch)
treef6d1fc90ea22a76b4e30297d4ee1752c0b4eaa2f /Help/release
parentc095e90f3af78fb3421c80b725ebc6ad9ec85999 (diff)
downloadCMake-e7869e80ce6ffc538f559aa12dd54bb90ea9945e.zip
CMake-e7869e80ce6ffc538f559aa12dd54bb90ea9945e.tar.gz
CMake-e7869e80ce6ffc538f559aa12dd54bb90ea9945e.tar.bz2
cmake_host_system_information: Add more keywords
Extend the `cmake_host_system_information()` command to add processor identification keywords.
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/cmake_host_system_information-extend.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cmake_host_system_information-extend.rst b/Help/release/dev/cmake_host_system_information-extend.rst
new file mode 100644
index 0000000..d1c882d
--- /dev/null
+++ b/Help/release/dev/cmake_host_system_information-extend.rst
@@ -0,0 +1,6 @@
+cmake_host_system_information-extend
+------------------------------------
+
+* The :command:`cmake_host_system_information` command learned more keys
+ to get information about the processor capabilities and the host OS
+ version.