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