mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
![Bartosz Kosiorek](/assets/img/avatar_default.png)
Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise documentation accordingly.
9 lines
283 B
ReStructuredText
9 lines
283 B
ReStructuredText
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.
|