MantisBT - CMake
View Issue Details
0015595CMakeModulespublic2015-05-29 13:282016-01-04 11:51
Daniele E. Domenichelli 
Daniele E. Domenichelli 
normalminorhave not tried
closedfixed 
CMake 3.2.2 
CMake 3.3CMake 3.3 
0015595: FindPkgConfig does not use the CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH cache variables
The CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH cache variables are supposed to be used to generate the extra paths passed to pkg-config, but instead the CMAKE_PREFIX_PATH variable is used.

I wrote a patch and added a couple of unit tests

topic: FindPkgConfig_fix_extra_path

  FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH vars
  http://www.cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=d4c6531 [^]

Let me know if I can merge this and to which branch (next or release?).
No tags attached.
Issue History
2015-05-29 13:28Daniele E. DomenichelliNew Issue
2015-05-29 13:28Daniele E. DomenichelliStatusnew => assigned
2015-05-29 13:28Daniele E. DomenichelliAssigned To => Daniele E. Domenichelli
2015-06-01 09:34Brad KingNote Added: 0038866
2015-06-01 09:34Brad KingStatusassigned => resolved
2015-06-01 09:34Brad KingResolutionopen => fixed
2015-06-01 09:34Brad KingFixed in Version => CMake 3.3
2015-06-01 09:34Brad KingTarget Version => CMake 3.3
2016-01-04 11:51Robert MaynardNote Added: 0040054
2016-01-04 11:51Robert MaynardStatusresolved => closed

Notes
(0038866)
Brad King   
2015-06-01 09:34   
FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH vars
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d4c6531a [^]
(0040054)
Robert Maynard   
2016-01-04 11:51   
Closing resolved issues that have not been updated in more than 4 months.