CMAKE_SYSTEM_VERSION.rst 233 B

12345678
  1. CMAKE_SYSTEM_VERSION
  2. --------------------
  3. The OS version CMake is building for.
  4. This variable is the same as :variable:`CMAKE_HOST_SYSTEM_VERSION` if
  5. you build for the host system instead of the target system when
  6. cross compiling.