[Cmake-commits] CMake branch, master, updated. v3.9.2-860-g3be6835

Kitware Robot kwrobot at kitware.com
Tue Sep 19 08:15:08 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  3be6835ed198253c01e2dbc2e4e0542468bb5be4 (commit)
       via  77eb212d07b9158e9d3ecb2315b04a0722088e04 (commit)
      from  2bfb434e84f70e3fb74e490f547e64ebf4de9606 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3be6835ed198253c01e2dbc2e4e0542468bb5be4
commit 3be6835ed198253c01e2dbc2e4e0542468bb5be4
Merge: 2bfb434 77eb212
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 19 12:13:18 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Sep 19 08:13:39 2017 -0400

    Merge topic 'target_system_docs'
    
    77eb212d Help: Clarify/make consistent the APPLE, UNIX and WIN32 variable docs
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !1279


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=77eb212d07b9158e9d3ecb2315b04a0722088e04
commit 77eb212d07b9158e9d3ecb2315b04a0722088e04
Author:     Craig Scott <craig.scott at crascit.com>
AuthorDate: Sat Sep 16 23:28:06 2017 +1000
Commit:     Craig Scott <craig.scott at crascit.com>
CommitDate: Mon Sep 18 18:57:12 2017 +1000

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

diff --git a/Help/variable/APPLE.rst b/Help/variable/APPLE.rst
index 75eecf1..810d5fc 100644
--- a/Help/variable/APPLE.rst
+++ b/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).
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.
diff --git a/Help/variable/WIN32.rst b/Help/variable/WIN32.rst
index 2189069..78ab772 100644
--- a/Help/variable/WIN32.rst
+++ b/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.

-----------------------------------------------------------------------

Summary of changes:
 Help/variable/APPLE.rst |    5 ++---
 Help/variable/UNIX.rst  |    8 ++++----
 Help/variable/WIN32.rst |    4 +---
 3 files changed, 7 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list