-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I understand static libraries can be a useful option, but hard coding only static libraries is bad practice.
Line 60 in a2fd405
| set(CMAKE_FIND_LIBRARY_SUFFIXES .a) |
For example, this won't compile on Gentoo by default with the error
CMake Error at CMakeLists.txt:70 (message):
Cannot find pcre2 libraries. Terminating.
even though libpcre2 is installed, just the dynamic version.
While it currently blames on @XapaJIaMnu, the history shows this is simply an indentation of code that started with @ugermann
Metadata
Metadata
Assignees
Labels
No labels