[Cmake-commits] CMake branch, master, updated. v3.8.0-943-g31f7dc4

Kitware Robot kwrobot at kitware.com
Tue Apr 25 09:25:02 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  31f7dc4b11f92467c19a14f1d424538977aad554 (commit)
       via  56deb34b27cb7964ef3fceb872e8ad42cf3bea05 (commit)
       via  664bb3672939150f640b003a81b5f1126ade450b (commit)
       via  bc71f940c7855cc54a9b9fc9daad34837afff519 (commit)
      from  75d91e9c85a26796a291a8fb4ba289802313f917 (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=31f7dc4b11f92467c19a14f1d424538977aad554
commit 31f7dc4b11f92467c19a14f1d424538977aad554
Merge: 56deb34 bc71f94
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 25 09:22:06 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 25 09:22:06 2017 -0400

    Merge branch 'release'


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=56deb34b27cb7964ef3fceb872e8ad42cf3bea05
commit 56deb34b27cb7964ef3fceb872e8ad42cf3bea05
Merge: 75d91e9 664bb36
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 25 13:20:00 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Apr 25 09:20:03 2017 -0400

    Merge topic 'hostwin32-doc-fix'
    
    664bb367 Help: Fix CMAKE_HOST_WIN32 documentation
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !752


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=664bb3672939150f640b003a81b5f1126ade450b
commit 664bb3672939150f640b003a81b5f1126ade450b
Author:     Christian Pfeiffer <cpfeiffer at live.de>
AuthorDate: Mon Apr 24 20:22:24 2017 +0200
Commit:     Christian Pfeiffer <cpfeiffer at live.de>
CommitDate: Mon Apr 24 20:22:24 2017 +0200

    Help: Fix CMAKE_HOST_WIN32 documentation
    
    The documentation falsely claims `CMAKE_HOST_WIN32` is `true` on Cygwin.
    Since commit v2.8.4~153^2 (Cygwin: Do not define 'WIN32', 2010-12-17) we
    do not define `CMAKE_HOST_WIN32` on Cygwin either.

diff --git a/Help/variable/CMAKE_HOST_WIN32.rst b/Help/variable/CMAKE_HOST_WIN32.rst
index 0e4c891..876b34c 100644
--- a/Help/variable/CMAKE_HOST_WIN32.rst
+++ b/Help/variable/CMAKE_HOST_WIN32.rst
@@ -1,6 +1,6 @@
 CMAKE_HOST_WIN32
 ----------------
 
-``True`` on Windows systems, including Win64.
+``True`` if the host system is running Windows, including Windows 64-bit and MSYS.
 
-Set to ``true`` when the host system is Windows and on Cygwin.
+Set to ``false`` on Cygwin.

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

Summary of changes:
 Help/variable/CMAKE_HOST_WIN32.rst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list