diff options
author | Stafen Teleman <stefan.teleman@oracle.com> | 2016-04-13 19:36:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-15 17:25:45 (GMT) |
commit | 5dc6cfd6ea304c6eb49e7f4555d6d9778854929b (patch) | |
tree | 99ed3d5fd669a17f071e9c4f5bfd225fcbea9899 /Help/variable | |
parent | 52dddefcbbd2a79826fe9cb5b5fe787c6cdfe2a8 (diff) | |
download | CMake-5dc6cfd6ea304c6eb49e7f4555d6d9778854929b.zip CMake-5dc6cfd6ea304c6eb49e7f4555d6d9778854929b.tar.gz CMake-5dc6cfd6ea304c6eb49e7f4555d6d9778854929b.tar.bz2 |
Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061)
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_HOST_SOLARIS.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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. |