CMAKE_HOST_SYSTEM_NAME.rst 282 B

12345678
  1. CMAKE_HOST_SYSTEM_NAME
  2. ----------------------
  3. Name of the OS CMake is running on.
  4. On systems that have the uname command, this variable is set to the
  5. output of ``uname -s``. ``Linux``, ``Windows``, and ``Darwin`` for OS X
  6. are the values found on the big three operating systems.