CMAKE_SYSTEM_NAME.rst 309 B

12345678
  1. CMAKE_SYSTEM_NAME
  2. -----------------
  3. Name of the operating system CMake is building for.
  4. This is the name of the operating system on which CMake is targeting. This
  5. variable is the same as :variable:`CMAKE_HOST_SYSTEM_NAME` if you build for the
  6. host system instead of the target system when cross compiling.