I understand static libraries can be a useful option, but hard coding only static libraries is bad practice.
|
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
I understand static libraries can be a useful option, but hard coding only static libraries is bad practice.
ssplit-cpp/CMakeLists.txt
Line 60 in a2fd405
For example, this won't compile on Gentoo by default with the error
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