diff options
Diffstat (limited to 'Help/variable/CMAKE_SYSTEM_PROCESSOR.rst')
-rw-r--r-- | Help/variable/CMAKE_SYSTEM_PROCESSOR.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst b/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst new file mode 100644 index 0000000..1655ada --- /dev/null +++ b/Help/variable/CMAKE_SYSTEM_PROCESSOR.rst @@ -0,0 +1,8 @@ +CMAKE_SYSTEM_PROCESSOR +---------------------- + +The name of the CPU CMake is building for. + +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 |