CMAKE_HOST_SYSTEM_PROCESSOR.rst 268 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``.