cmake/Help/variable/CMAKE_SIZEOF_VOID_P.rst

9 lines
267 B
ReStructuredText
Raw Normal View History

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