CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX.rst 392 B

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