blob: 00818dc09d64166189536e90c88957e98b5dbabd (
plain)
1
2
3
4
5
6
7
|
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.
|