chiark / gitweb /
CMake: Set CPACK variables in cache
[nlopt.git] / nlopt.pc.in
index 81d96299d5ea08c3edb15914026fcffbd0b0f8c0..8d46f071fd3a9d07cfa7f2b120fa763809dc80b4 100644 (file)
@@ -6,5 +6,6 @@ includedir=${prefix}/include
 Name: NLopt
 Description: nonlinear optimization libary
 Version: @NLOPT_VERSION_STRING@
-Libs: -L${libdir} -lnlopt@NLOPT_SUFFIX@ -lm
+Libs: -L${libdir} -lnlopt
+Libs.private: -lm
 Cflags: -I${includedir}