CMAKE_SYSTEM.rst 358 B

12345678910
  1. CMAKE_SYSTEM
  2. ------------
  3. Composite name of operating system CMake is compiling for.
  4. This variable is the composite of :variable:`CMAKE_SYSTEM_NAME` and
  5. :variable:`CMAKE_SYSTEM_VERSION`, e.g.
  6. ``${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_VERSION}``. If
  7. :variable:`CMAKE_SYSTEM_VERSION` is not set, then this variable is
  8. the same as :variable:`CMAKE_SYSTEM_NAME`.