cmake/Help/variable/CMAKE_SIZEOF_VOID_P.rst

9 lines
271 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_SIZEOF_VOID_P
-------------------
2015-11-17 17:22:37 +01:00
Size of a ``void`` pointer.
2014-08-03 19:52:23 +02:00
2015-08-17 11:37:30 +02:00
This is set to the size of a pointer on the target machine, and is determined
2015-11-17 17:22:37 +01:00
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.