1CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX
2------------------------------------
3
4.. versionadded:: 3.9
5
6Specify a ``<suffix>`` to tell the :command:`find_library` command to
7search in a ``lib<suffix>`` directory before each ``lib`` directory that
8would normally be searched.
9
10This overrides the behavior of related global properties:
11
12* :prop_gbl:`FIND_LIBRARY_USE_LIB32_PATHS`
13* :prop_gbl:`FIND_LIBRARY_USE_LIB64_PATHS`
14* :prop_gbl:`FIND_LIBRARY_USE_LIBX32_PATHS`
15