[Cmake-commits] CMake branch, next, updated. v3.7.1-1763-g5d67e54

Brad King brad.king at kitware.com
Wed Dec 14 15:25:06 EST 2016


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, next has been updated
       via  5d67e5457f9eac7cd1be20f11b4a2331d7b56337 (commit)
       via  58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9 (commit)
      from  9814bfd0bd343bb141b9de0f6d622f92201715a9 (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=5d67e5457f9eac7cd1be20f11b4a2331d7b56337
commit 5d67e5457f9eac7cd1be20f11b4a2331d7b56337
Merge: 9814bfd 58f02aa
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 14 15:25:05 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 14 15:25:05 2016 -0500

    Merge topic 'doc-clarify-CMAKE_CL_64' into next
    
    58f02aaa Help: Clarify meaning of CMAKE_CL_64


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9
commit 58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 14 10:35:46 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Dec 14 11:11:55 2016 -0500

    Help: Clarify meaning of CMAKE_CL_64
    
    Closes: #16504

diff --git a/Help/variable/CMAKE_CL_64.rst b/Help/variable/CMAKE_CL_64.rst
index a1e86a5..4e80d1f 100644
--- a/Help/variable/CMAKE_CL_64.rst
+++ b/Help/variable/CMAKE_CL_64.rst
@@ -1,6 +1,7 @@
 CMAKE_CL_64
 -----------
 
-Using the 64-bit compiler from Microsoft
+Discouraged.  Use :variable:`CMAKE_SIZEOF_VOID_P` instead.
 
-Set to ``true`` when using the 64-bit ``cl`` compiler from Microsoft.
+Set to a true value when using a Microsoft Visual Studio ``cl`` compiler that
+*targets* a 64-bit architecture.

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list