Skip to content

Enable static libs with full path in LIBS

Victor Yu requested to merge statlibspec into master

Trivial change to enable the specification of libraries with full path in LIBS. (Can be used to trick CMake to choose a static library instead of a shared one, if both are present.)

Merge request reports