1CMAKE_HOST_SYSTEM_VERSION
2-------------------------
3
4The OS version CMake is running on.
5
6A numeric version string for the system.  On systems that support
7``uname``, this variable is set to the output of ``uname -r``. On other
8systems this is set to major-minor version numbers.
9