mirror of
https://github.com/avast/retdec.git
synced 2024-12-19 19:37:12 +00:00
39b74bf554
From https://cmake.org/cmake/help/latest/variable/CMAKE_FIND_LIBRARY_PREFIXES.html: This specifies what prefixes to add to library names when the find_library() command looks for libraries. What we want is CMAKE_STATIC_LIBRARY_PREFIX: The prefix to use for the name of a static library, lib on UNIX. Also, we are already using CMAKE_STATIC_LIBRARY_SUFFIX, so this change also makes the used variables consistent. |
||
---|---|---|
.. | ||
CMakeLists.txt |