896ad251de
Add a ``FIND_LIBRARY_USE_LIB32_PATHS`` global property analogous to the ``FIND_LIBRARY_USE_LIB64_PATHS`` property. This helps find commands on multilib systems that use ``lib32`` directories and either do not have ``lib`` symlinks or point ``lib`` to ``lib64``.
8 lines
253 B
ReStructuredText
8 lines
253 B
ReStructuredText
find-lib32
|
|
----------
|
|
|
|
* The :command:`find_library` and :command:`find_package` commands learned
|
|
to search in ``lib32/`` directories when the build targets a 32-bit
|
|
architecture. See the :prop_gbl:`FIND_LIBRARY_USE_LIB32_PATHS` global
|
|
property.
|