2014-08-03 19:52:23 +02:00
|
|
|
CMAKE_HOST_SYSTEM_NAME
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
Name of the OS CMake is running on.
|
|
|
|
|
2015-04-27 22:25:09 +02:00
|
|
|
On systems that have the uname command, this variable is set to the
|
2018-10-28 12:09:07 +01:00
|
|
|
output of ``uname -s``. ``Linux``, ``Windows``, and ``Darwin`` for macOS
|
2015-04-27 22:25:09 +02:00
|
|
|
are the values found on the big three operating systems.
|
2024-04-14 22:45:38 +02:00
|
|
|
|
|
|
|
For a list of possible values, see :variable:`CMAKE_SYSTEM_NAME`.
|