Browse Source

Help: Clarify/make consistent the APPLE, UNIX and WIN32 variable docs

pull/314/head
Craig Scott 8 years ago
parent
commit
77eb212d07
  1. 5
      Help/variable/APPLE.rst
  2. 8
      Help/variable/UNIX.rst
  3. 4
      Help/variable/WIN32.rst

5
Help/variable/APPLE.rst

@ -1,6 +1,5 @@
APPLE
-----
``True`` if running on OS X.
Set to ``true`` on OS X.
Set to ``True`` when the target system is an Apple platform
(macOS, iOS, tvOS or watchOS).

8
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.

4
Help/variable/WIN32.rst

@ -1,6 +1,4 @@
WIN32
-----
``True`` on Windows systems, including Win64.
Set to ``true`` when the target system is Windows.
Set to ``True`` when the target system is Windows, including Win64.
Loading…
Cancel
Save