CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/08/12 08:23:02
Modified files:
devel/cmake : Makefile
Added files:
devel/cmake/patches: patch-Modules_FindPkgConfig_cmake
Log message:
FindPkgConfig: call find_library() for every library returned by
the .pc file, so that at the end a list of full paths to the libraries
is returned.
This makes the pkg_check_modules() behaviour consistent with the
normal CMake convention, where use of link_directories() is discouraged
in favour of using absolute paths to system libraries.
Patch by Sam Thursfield <[email protected]>
https://cmake.org/Bug/view.php?id=15804