mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 10:58:49 +00:00

-- Update -A option to choose target architecture. -- Update commentary about which variables are used to control toolset and target settings -- Remove setting CMAKE_SYSTEM_PROCESSOR because the value is overwritten to be "" by subsequent CMAKE processing
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.
|