summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorStafen Teleman <stefan.teleman@oracle.com>2016-04-13 19:36:36 (GMT)
committerBrad King <brad.king@kitware.com>2016-04-15 17:25:45 (GMT)
commit5dc6cfd6ea304c6eb49e7f4555d6d9778854929b (patch)
tree99ed3d5fd669a17f071e9c4f5bfd225fcbea9899 /Help
parent52dddefcbbd2a79826fe9cb5b5fe787c6cdfe2a8 (diff)
downloadCMake-5dc6cfd6ea304c6eb49e7f4555d6d9778854929b.zip
CMake-5dc6cfd6ea304c6eb49e7f4555d6d9778854929b.tar.gz
CMake-5dc6cfd6ea304c6eb49e7f4555d6d9778854929b.tar.bz2
Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061)
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-variables.7.rst1
-rw-r--r--Help/release/dev/cmake-host-solaris.rst5
-rw-r--r--Help/variable/CMAKE_HOST_SOLARIS.rst6
3 files changed, 12 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst
index 7cf3a3d..fc1dc9f 100644
--- a/Help/manual/cmake-variables.7.rst
+++ b/Help/manual/cmake-variables.7.rst
@@ -175,6 +175,7 @@ Variables that Describe the System
/variable/CMAKE_CL_64
/variable/CMAKE_COMPILER_2005
/variable/CMAKE_HOST_APPLE
+ /variable/CMAKE_HOST_SOLARIS
/variable/CMAKE_HOST_SYSTEM_NAME
/variable/CMAKE_HOST_SYSTEM_PROCESSOR
/variable/CMAKE_HOST_SYSTEM
diff --git a/Help/release/dev/cmake-host-solaris.rst b/Help/release/dev/cmake-host-solaris.rst
new file mode 100644
index 0000000..da7ab89
--- /dev/null
+++ b/Help/release/dev/cmake-host-solaris.rst
@@ -0,0 +1,5 @@
+cmake-host-solaris
+------------------
+
+* A new :variable:`CMAKE_HOST_SOLARIS` variable was introduced to
+ indicate when CMake is running on an Oracle Solaris host.
diff --git a/Help/variable/CMAKE_HOST_SOLARIS.rst b/Help/variable/CMAKE_HOST_SOLARIS.rst
new file mode 100644
index 0000000..82b5d69
--- /dev/null
+++ b/Help/variable/CMAKE_HOST_SOLARIS.rst
@@ -0,0 +1,6 @@
+CMAKE_HOST_SOLARIS
+------------------
+
+``True`` for Oracle Solaris operating systems.
+
+Set to ``true`` when the host system is Oracle Solaris.