CMAKE_SYSTEM_PROCESSOR.rst 325 B

12345678910
  1. CMAKE_SYSTEM_PROCESSOR
  2. ----------------------
  3. The name of the CPU CMake is building for.
  4. This variable is the same as :variable:`CMAKE_HOST_SYSTEM_PROCESSOR` if
  5. you build for the host system instead of the target system when
  6. cross compiling.
  7. * The :generator:`Green Hills MULTI` generator sets this to ``ARM`` by default.