CMAKE_SIZEOF_VOID_P.rst 260 B

12345678
  1. CMAKE_SIZEOF_VOID_P
  2. -------------------
  3. Size of a void pointer.
  4. This is set to the size of a pointer on the machine, and is determined
  5. by a try compile. If a 64 bit size is found, then the library search
  6. path is modified to look for 64 bit libraries first.