Skip to content

Help: Fix CMAKE_HOST_SYSTEM_PROCESSOR use of uname

Hong Xu requested to merge xuhdev/cmake:host-system-processor into master

Currently the document says that CMAKE_HOST_SYSTEM_PROCESSOR is the output of uname -p if a system supports uname. According to CMakeDetermineSystem.cmake, this is not true.

Fixes: #20004 (closed)

Edited by Brad King

Merge request reports