mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Update to documentation for HOST/TARGET system related variables to be consistent with current functionality.
9 lines
244 B
ReStructuredText
9 lines
244 B
ReStructuredText
CMAKE_SYSTEM_PROCESSOR
|
|
----------------------
|
|
|
|
The name of the CPU CMake is building for.
|
|
|
|
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.
|