summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-28 17:55:50 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-04-28 17:55:50 (GMT)
commit5b8c5a6c0bc072ebb79c77f30d2b073d7b9fe4ec (patch)
treee405ab3dc9993c09a55513e81921947a4a35a967 /Help
parent248a58e790c57a6c8502e5acd0a42098c80fcfa4 (diff)
parent1b03332eeeff471ea6da498bfe64bda3296e9ac5 (diff)
downloadCMake-5b8c5a6c0bc072ebb79c77f30d2b073d7b9fe4ec.zip
CMake-5b8c5a6c0bc072ebb79c77f30d2b073d7b9fe4ec.tar.gz
CMake-5b8c5a6c0bc072ebb79c77f30d2b073d7b9fe4ec.tar.bz2
Merge topic 'doc-sizeof_void_p'
1b03332e 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.