mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
06986afc4b
Update to documentation for HOST/TARGET system related variables to be consistent with current functionality.
9 lines
268 B
ReStructuredText
9 lines
268 B
ReStructuredText
CMAKE_HOST_SYSTEM_PROCESSOR
|
|
---------------------------
|
|
|
|
The name of the CPU CMake is running on.
|
|
|
|
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
|
|
``PROCESSOR_ARCHITECTURE``.
|