CMAKE_SYSTEM.rst 290 B

123456789
  1. CMAKE_SYSTEM
  2. ------------
  3. Name of system cmake is compiling for.
  4. This variable is the composite of CMAKE_SYSTEM_NAME and
  5. CMAKE_SYSTEM_VERSION, like this
  6. ${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_VERSION}. If CMAKE_SYSTEM_VERSION
  7. is not set, then CMAKE_SYSTEM is the same as CMAKE_SYSTEM_NAME.