The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12926 ====================================================================== Reported By: arrowdodger Assigned To: ====================================================================== Project: CMake Issue ID: 12926 Category: Modules Reproducibility: N/A Severity: minor Priority: low Status: new ====================================================================== Date Submitted: 2012-02-02 10:29 EST Last Modified: 2012-02-02 10:29 EST ====================================================================== Summary: FindPkgConfig module doesn't honor CMAKE_PREFIX_PATH. Description: 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? ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 2012-02-02 10:29 arrowdodger New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
