Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061)

This commit is contained in:
Stafen Teleman
2016-04-13 12:36:36 -07:00
committed by Brad King
parent 52dddefcbb
commit 5dc6cfd6ea
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -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
+5
View File
@@ -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.
+6
View File
@@ -0,0 +1,6 @@
CMAKE_HOST_SOLARIS
------------------
``True`` for Oracle Solaris operating systems.
Set to ``true`` when the host system is Oracle Solaris.