find_library-custom-lib-suffix.rst 287 B

123456
  1. find_library-custom-lib-suffix
  2. ------------------------------
  3. * A :variable:`CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX` variable was added to
  4. tell the :command:`find_library` command to search in a ``lib<suffix>``
  5. directory before each ``lib`` directory that would normally be searched.