diff options
Diffstat (limited to 'Help/variable/CMAKE_HOST_SYSTEM_NAME.rst')
-rw-r--r-- | Help/variable/CMAKE_HOST_SYSTEM_NAME.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst b/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst index e892677..0fe6146 100644 --- a/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst +++ b/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst @@ -6,3 +6,5 @@ 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`. |