summaryrefslogtreecommitdiff
path: root/Modules/FindPkgConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindPkgConfig: optionally create imported target for the found librariesRolf Eike Beer2016-05-141-6/+76
* FindPkgConfig: set correctly named variables in cache (#15903)Ben Boeckel2016-03-211-1/+1
* FindPkgConfig: set standard variables in the cacheBen Boeckel2016-01-211-0/+3
* FindPkgConfig: Quote ${_pkgconfig_path} to protect semicolons on WindowsRob Gowin2016-01-191-4/+4
* FindPkgConfig: Fix restoration of PKG_CONFIG_PATH in environmentRob Gowin2016-01-151-1/+1
* FindPkgConfig: add PREFIX/share/pkgconfig to PKG_CONFIG_PATH (#15910)Sam Thursfield2016-01-121-0/+1
* FindPkgConfig: return actual error when a package is not found (#15810)Benjamin Chrétien2015-10-281-3/+5
* FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-211-3/+23
* FindPkgConfig: use execute_process to strip trailing whitespaceBen Boeckel2015-09-171-2/+2
* FindPkgConfig: remove variable dereferenceRolf Eike Beer2015-08-181-1/+1
* FindPkgConfig: Capitalize first letter of all message()sChristopher Meng2015-08-121-5/+5
* FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH varsDaniele E. Domenichelli2015-05-291-1/+1
* Modules: Check for ARGC before using ARGV#Daniele E. Domenichelli2015-02-271-1/+1
* Modules: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-061-3/+4
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-4/+4
* FindPkgConfig: Stop processing when REQUIRED package not found (#14381)Christoph Grüninger2014-03-241-1/+1
* FindPkgConfig: small refactoringDaniele E. Domenichelli2014-03-171-24/+31
* FindPkgConfig: Extend PKG_CONFIG_PATH using CMake variables (#12926)Daniele E. Domenichelli2014-03-171-8/+150
* FindPkgConfig: restructure documentation and document commands and variablesDaniele E. Domenichelli2014-03-101-135/+118
* FindPkgConfig: Prefer PKG_CONFIG to find pkg-config (#13175)Christoph Grüninger2014-02-271-2/+12
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-48/+110
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-46/+46
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-8/+8
* FindPkgConfig.cmake: fix documented output variable not set (#13125,#13132)Rolf Eike Beer2012-04-151-2/+6
* FindPkgConfig: support version selection of pkg-config itselfRolf Eike Beer2012-02-181-5/+16
* FindPkgConfig: respect REQUIRED (#12620)Yury G. Kudryashov2012-01-201-4/+2
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* -add QUIET keyword to pkgconfig macrosAlex Neundorf2010-05-081-8/+19
* Remove old license from FindPkgConfig.cmake moduleBrad King2009-10-051-24/+1
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+12
* BUG: fix for bug 6117 pkgconfigBill Hoffman2008-02-071-2/+2
* BUG: fix for 5722Bill Hoffman2007-12-171-2/+2
* BUG: fix for 6117, fix for second runBill Hoffman2007-12-141-2/+2
* STYLE: fix typoAlexander Neundorf2007-08-261-2/+2
* ENH: better backwards compatibility, and deprecate PKGCONFIGBill Hoffman2006-12-091-25/+0
* ENH: maintain backwards compatibility in UsePkgConfigBill Hoffman2006-11-291-4/+9
* ENH: check in new pkgconfig stuff from Enrico ScholzBill Hoffman2006-11-221-0/+380