2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_HOST_SYSTEM_PROCESSOR
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
The name of the CPU CMake is running on.
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
On systems that support ``uname``, this variable is set to the output of
|
|
|
|
``uname -p``. On Windows it is set to the value of the environment variable
|
2014-03-04 10:25:02 +04:00
|
|
|
``PROCESSOR_ARCHITECTURE``.
|