1CMAKE_FIND_LIBRARY_PREFIXES
2---------------------------
3
4Prefixes to prepend when looking for libraries.
5
6This specifies what prefixes to add to library names when the
7:command:`find_library` command looks for libraries.  On UNIX systems this is
8typically ``lib``, meaning that when trying to find the ``foo`` library it
9will look for ``libfoo``.
10