CMAKE_SYSTEM_VERSION.rst 260 B

12345678
  1. CMAKE_SYSTEM_VERSION
  2. --------------------
  3. OS version CMake is building for.
  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.