CMAKE_HOST_SYSTEM_VERSION.rst 280 B

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