cmake/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst

9 lines
282 B
ReStructuredText
Raw Normal View History

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
2016-03-13 13:35:51 +01:00
output of ``uname -s``. ``Linux``, ``Windows``, and ``Darwin`` for OS X
2015-04-27 22:25:09 +02:00
are the values found on the big three operating systems.