CMAKE_HOST_SYSTEM_PROCESSOR.rst 277 B

12345678
  1. CMAKE_HOST_SYSTEM_PROCESSOR
  2. ---------------------------
  3. The name of the CPU CMake is running on.
  4. On systems that support ``uname``, this variable is set to the output of
  5. ``uname -p``. On Windows it is set to the value of the environment variable
  6. ``PROCESSOR_ARCHITECTURE``.