diff options
author | Florian Maushart <FloriansGit@online.ms> | 2017-05-30 19:33:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-05 17:51:30 (GMT) |
commit | e7869e80ce6ffc538f559aa12dd54bb90ea9945e (patch) | |
tree | f6d1fc90ea22a76b4e30297d4ee1752c0b4eaa2f /Help/release | |
parent | c095e90f3af78fb3421c80b725ebc6ad9ec85999 (diff) | |
download | CMake-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.rst | 6 |
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. |