mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Help: Clarify/make consistent the APPLE, UNIX and WIN32 variable docs
This commit is contained in:
parent
db86cf4e7e
commit
77eb212d07
@ -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).
|
||||
|
@ -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.
|
||||
|
@ -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…
Reference in New Issue
Block a user