summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_SIZEOF_VOID_P.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_SIZEOF_VOID_P.rst')
-rw-r--r--Help/variable/CMAKE_SIZEOF_VOID_P.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SIZEOF_VOID_P.rst b/Help/variable/CMAKE_SIZEOF_VOID_P.rst
new file mode 100644
index 000000000..f5464d1d4
--- /dev/null
+++ b/Help/variable/CMAKE_SIZEOF_VOID_P.rst
@@ -0,0 +1,8 @@
+CMAKE_SIZEOF_VOID_P
+-------------------
+
+Size of a ``void`` pointer.
+
+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.