https://github.com/Kitware/CMake
Raw File
Tip revision: 2a0c105cf08190284b288057c693eeddef5066fc authored by Brad King on 02 February 2023, 18:20:23 UTC
CMake 3.26.0-rc1
Tip revision: 2a0c105
CMAKE_HOST_SYSTEM_VERSION.rst
CMAKE_HOST_SYSTEM_VERSION
-------------------------

The OS version CMake is running on.

A numeric version string for the system.  On systems that support
``uname``, this variable is set to the output of ``uname -r``. On other
systems this is set to major-minor version numbers.
back to top