summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2015-11-11 04:37:15 (GMT)
committerBrad King <brad.king@kitware.com>2015-11-23 15:04:10 (GMT)
commit5d74c870d907eed9afc9c544e7e6786fd1ea53c8 (patch)
tree8d100076f15b2f656f0cc28a27d110bab00b9d22 /Help/variable/CMAKE_HOST_SYSTEM_NAME.rst
parentdbef2244f97e266896f71729d0de5eeb80c1c5f9 (diff)
downloadCMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.zip
CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.gz
CMake-5d74c870d907eed9afc9c544e7e6786fd1ea53c8.tar.bz2
Help: Update documentation to reflect support for iOS
Many of our interfaces documented for OS X also work for iOS.
Diffstat (limited to 'Help/variable/CMAKE_HOST_SYSTEM_NAME.rst')
-rw-r--r--Help/variable/CMAKE_HOST_SYSTEM_NAME.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst b/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst
index e5e6f67..c673592 100644
--- a/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst
+++ b/Help/variable/CMAKE_HOST_SYSTEM_NAME.rst
@@ -4,5 +4,5 @@ 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 Mac OS X
+output of ``uname -s``. ``Linux``, ``Windows``, and ``Darwin`` for OS X
are the values found on the big three operating systems.