summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2015-04-23 15:39:49 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2015-04-23 15:39:49 (GMT)
commit1b03332eeeff471ea6da498bfe64bda3296e9ac5 (patch)
tree6b01e0a8a0c49bd211f1ed4e8e8a0f9edd2fd589 /Help
parentebb54e02c4bfd9ef8ffb92a49afb873a0af58f2a (diff)
downloadCMake-1b03332eeeff471ea6da498bfe64bda3296e9ac5.zip
CMake-1b03332eeeff471ea6da498bfe64bda3296e9ac5.tar.gz
CMake-1b03332eeeff471ea6da498bfe64bda3296e9ac5.tar.bz2
Help: Clarify that CMAKE_SIZEOF_VOID_P is specific to the target machine
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_SIZEOF_VOID_P.rst2
1 files changed, 1 insertions, 1 deletions
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.