diff options
author | Craig Scott <craig.scott@crascit.com> | 2017-09-16 13:28:06 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2017-09-18 08:57:12 (GMT) |
commit | 77eb212d07b9158e9d3ecb2315b04a0722088e04 (patch) | |
tree | 8cf5022c74dae1fce2a667a7bebfc48bf3136da3 /Help/variable/UNIX.rst | |
parent | db86cf4e7ebc3a3cb9bf29d2d39986601e6edf90 (diff) | |
download | CMake-77eb212d07b9158e9d3ecb2315b04a0722088e04.zip CMake-77eb212d07b9158e9d3ecb2315b04a0722088e04.tar.gz CMake-77eb212d07b9158e9d3ecb2315b04a0722088e04.tar.bz2 |
Help: Clarify/make consistent the APPLE, UNIX and WIN32 variable docs
Diffstat (limited to 'Help/variable/UNIX.rst')
-rw-r--r-- | Help/variable/UNIX.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/variable/UNIX.rst b/Help/variable/UNIX.rst index 0877b7c..49d8668 100644 --- a/Help/variable/UNIX.rst +++ b/Help/variable/UNIX.rst @@ -1,7 +1,7 @@ UNIX ---- -``True`` for UNIX and UNIX like operating systems. - -Set to ``true`` when the target system is UNIX or UNIX like (i.e. -:variable:`APPLE` and :variable:`CYGWIN`). +Set to ``True`` when the target system is UNIX or UNIX-like +(e.g. :variable:`APPLE` and :variable:`CYGWIN`). The +:variable:`CMAKE_SYSTEM_NAME` variable should be queried if +a more specific understanding of the target system is required. |