2013-10-15 11:17:36 -04:00
|
|
|
CMAKE_SYSTEM_PROCESSOR
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
The name of the CPU CMake is building for.
|
|
|
|
|
2014-03-04 07:25:02 +01:00
|
|
|
This variable is the same as :variable:`CMAKE_HOST_SYSTEM_PROCESSOR` if
|
|
|
|
you build for the host system instead of the target system when
|
|
|
|
cross compiling.
|
2015-03-23 23:12:55 -06:00
|
|
|
|
2015-08-18 01:34:01 -04:00
|
|
|
* The :generator:`Green Hills MULTI` generator sets this to ``ARM`` by default.
|