https://github.com/Kitware/CMake
Raw File
Tip revision: 51b5d9f464c8f1a5a62c26f40cab553d115b991a authored by Craig Scott on 27 July 2024, 22:27:57 UTC
Merge topic 'fetchcontent-updates-disconnected' into release-3.30
Tip revision: 51b5d9f
CMAKE_HOST_SYSTEM_NAME.rst
CMAKE_HOST_SYSTEM_NAME
----------------------

Name of the OS CMake is running on.

On systems that have the uname command, this variable is set to the
output of ``uname -s``.  ``Linux``, ``Windows``, and ``Darwin`` for macOS
are the values found on the big three operating systems.

For a list of possible values, see :variable:`CMAKE_SYSTEM_NAME`.
back to top