2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_SYSTEM_NAME
|
|
|
|
-----------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
Name of the operating system CMake is building for.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
This is the name of the operating system on which CMake is targeting. This
|
|
|
|
variable is the same as :variable:`CMAKE_HOST_SYSTEM_NAME` if you build for the
|
2014-03-04 10:25:02 +04:00
|
|
|
host system instead of the target system when cross compiling.
|