diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2021-08-03 17:24:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-08-20 13:35:12 (GMT) |
commit | b9698f89df275a33b01cfc7b4f88a510ad9d8bbe (patch) | |
tree | 6609ec5fea7d0bf37125bb1ad1e8b86a05cea0bd /Help/command | |
parent | 5469c71a824880eb646a0003cb001c58f24f9cce (diff) | |
download | CMake-b9698f89df275a33b01cfc7b4f88a510ad9d8bbe.zip CMake-b9698f89df275a33b01cfc7b4f88a510ad9d8bbe.tar.gz CMake-b9698f89df275a33b01cfc7b4f88a510ad9d8bbe.tar.bz2 |
cmake_host_system_information: Make it available for all systems
Before it was Linux only.
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/cmake_host_system_information.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Help/command/cmake_host_system_information.rst b/Help/command/cmake_host_system_information.rst index 66249ad..998e146 100644 --- a/Help/command/cmake_host_system_information.rst +++ b/Help/command/cmake_host_system_information.rst @@ -132,9 +132,6 @@ queried. The list of queried values is stored in ``<variable>``. See :variable:`CMAKE_HOST_SYSTEM_PROCESSOR` -For Linux distributions additional ``<key>`` values are available to get operating -system identification as described in the `man 5 os-release`_. - ``DISTRIB_INFO`` .. versionadded:: 3.22 @@ -144,7 +141,8 @@ system identification as described in the `man 5 os-release`_. ``DISTRIB_<name>`` .. versionadded:: 3.22 - Get the ``<name>`` variable if it exists in the :file:`/etc/os-release` file + Get the ``<name>`` variable (see `man 5 os-release`_) if it exists in the + :file:`/etc/os-release` file Example: |