MantisBT - CMake
View Issue Details
0015910CMakeModulespublic2016-01-12 09:542016-06-10 14:21
Sam Thursfield 
 
normalminorN/A
closedfixed 
CMake 3.4.1 
CMake 3.5CMake 3.5 
0015910: pkg_check_modules() should add PREFIX/share/pkgconfig to PKG_CONFIG_PATH
Most packages install their .pc files into PREFIX/lib/pkgconfig, but
some put them into PREFIX/share/pkgconfig. Either is valid, and
pkg-config itself looks in both for the /usr and /usr/local prefixes.
No tags attached.
related to 0015903closed Ben Boeckel pkg_search_module no longer caches _PREFIX, _LIBDIR, _INCLUDEDIR 
patch cmake-pkg-config-search-path.patch (1,113) 2016-01-12 09:54
https://public.kitware.com/Bug/file/5605/cmake-pkg-config-search-path.patch
Issue History
2016-01-12 09:54Sam ThursfieldNew Issue
2016-01-12 09:54Sam ThursfieldFile Added: cmake-pkg-config-search-path.patch
2016-01-12 09:58Brad KingRelationship addedrelated to 0015903
2016-01-12 13:43Brad KingNote Added: 0040209
2016-01-12 13:43Brad KingStatusnew => resolved
2016-01-12 13:43Brad KingResolutionopen => fixed
2016-01-12 13:43Brad KingFixed in Version => CMake 3.5
2016-01-12 13:43Brad KingTarget Version => CMake 3.5
2016-06-10 14:21Kitware RobotNote Added: 0041293
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0040209)
Brad King   
2016-01-12 13:43   
Thanks, applied:

FindPkgConfig: add PREFIX/share/pkgconfig to PKG_CONFIG_PATH
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=36d87e18 [^]
(0041293)
Kitware Robot   
2016-06-10 14:21   
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.