2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_SYSTEM_PROCESSOR
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
The name of the CPU CMake is building for.
|
|
|
|
|
2014-03-04 10:25:02 +04: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-24 08:12:55 +03:00
|
|
|
|
|
|
|
* The Green Hills MULTI generator sets this to ``ARM`` by default
|