MantisBT - CMake
View Issue Details
0012926CMakeModulespublic2012-02-02 10:292014-11-03 08:38
arrowdodger 
Daniele E. Domenichelli 
lowminorN/A
closedfixed 
CMake 2.8.7 
CMake 3.1CMake 3.1 
0012926: FindPkgConfig module doesn't honor CMAKE_PREFIX_PATH.
There is a environment variable PKG_CONFIG_PATH, which makes pkg-config to look for .pc's there first. For now, the only way to pass this variable to the FindPkgConfig i've found is to run cmake executable with this env var set. Wouldn't it be more consistent and neat to make FindPkgConfig to look at CMAKE_PREFIX_PATH?
No tags attached.
Issue History
2012-02-02 10:29arrowdodgerNew Issue
2012-08-11 21:09David ColeStatusnew => backlog
2012-08-11 21:09David ColeNote Added: 0030356
2014-03-17 09:38Brad KingAssigned To => Daniele E. Domenichelli
2014-03-17 09:38Brad KingStatusbacklog => assigned
2014-03-17 09:43Brad KingNote Added: 0035417
2014-03-17 09:43Brad KingTarget Version => CMake 3.1
2014-05-07 09:21Daniele E. DomenichelliNote Added: 0035836
2014-05-07 09:21Daniele E. DomenichelliStatusassigned => resolved
2014-05-07 09:21Daniele E. DomenichelliFixed in Version => CMake 3.1
2014-05-07 09:21Daniele E. DomenichelliResolutionopen => fixed
2014-11-03 08:38Robert MaynardNote Added: 0037131
2014-11-03 08:38Robert MaynardStatusresolved => closed

Notes
(0030356)
David Cole   
2012-08-11 21:09   
Sending old, never assigned issues to the backlog.

(The age of the bug, plus the fact that it's never been assigned to anyone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0035417)
Brad King   
2014-03-17 09:43   
This is now implemented here:

 FindPkgConfig: Extend PKG_CONFIG_PATH using CMake variables
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3df51470 [^]
(0035836)
Daniele E. Domenichelli   
2014-05-07 09:21   
Fixed in 3df5147043d83aa09acd5c9ce31d5c602efb99db
(0037131)
Robert Maynard   
2014-11-03 08:38   
Closing resolved issues that have not been updated in more than 4 months.