diff options
Diffstat (limited to 'Help/command/cmake_host_system_information.rst')
-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: |