[Cmake-commits] CMake branch, next, updated. v3.2.2-2074-gbb64e22

Nils Gladitz nilsgladitz at gmail.com
Thu Apr 23 11:40:32 EDT 2015


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  bb64e2206a4455ea7d9be55f315187c87ad62fd7 (commit)
       via  1b03332eeeff471ea6da498bfe64bda3296e9ac5 (commit)
      from  a0e83f77711e3f3f4d698099fba7cd7283474f18 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bb64e2206a4455ea7d9be55f315187c87ad62fd7
commit bb64e2206a4455ea7d9be55f315187c87ad62fd7
Merge: a0e83f7 1b03332
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Apr 23 11:40:32 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 23 11:40:32 2015 -0400

    Merge topic 'doc-sizeof_void_p' into next
    
    1b03332e Help: Clarify that CMAKE_SIZEOF_VOID_P is specific to the target machine


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1b03332eeeff471ea6da498bfe64bda3296e9ac5
commit 1b03332eeeff471ea6da498bfe64bda3296e9ac5
Author:     Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Thu Apr 23 17:39:49 2015 +0200
Commit:     Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Thu Apr 23 17:39:49 2015 +0200

    Help: Clarify that CMAKE_SIZEOF_VOID_P is specific to the target machine

diff --git a/Help/variable/CMAKE_SIZEOF_VOID_P.rst b/Help/variable/CMAKE_SIZEOF_VOID_P.rst
index 2697fad..98dbed6 100644
--- a/Help/variable/CMAKE_SIZEOF_VOID_P.rst
+++ b/Help/variable/CMAKE_SIZEOF_VOID_P.rst
@@ -3,6 +3,6 @@ CMAKE_SIZEOF_VOID_P
 
 Size of a void pointer.
 
-This is set to the size of a pointer on the machine, and is determined
+This is set to the size of a pointer on the target machine, and is determined
 by a try compile.  If a 64 bit size is found, then the library search
 path is modified to look for 64 bit libraries first.

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

Summary of changes:
 Help/variable/CMAKE_SIZEOF_VOID_P.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list