summaryrefslogtreecommitdiffstats
path: root/Modules/FindPkgConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modulesDan Kegel2019-03-201-24/+34
* FindPkgConfig: hoist PKG_CONFIG_PATH ops out into _pkg_set_path_internalDan Kegel2019-03-201-89/+98
* FindPkgConfig: Set linker flags on imported targetsRadek Nadstawny2019-03-131-1/+5
* PkgConfig: Be less verbose by mark(ing)_as_advanced the find_library resultSylvain Joubert2018-11-071-0/+1
* Help: Override pygments CMakeLexer to support <..> and [..]Joachim Wuttke (o)2018-10-181-10/+16
* Help: Use appropriate list types in FindPkgConfigJoachim Wuttke (l)2018-10-171-27/+42
* FindPkgConfig: Document support for > and < operatorsCraig Scott2018-10-151-6/+9
* FindPkgConfig: support also > and < operators for version comparesRolf Eike Beer2018-10-041-1/+3
* FindPkgConfig: allow to create global imported targetsRolf Eike Beer2018-07-221-16/+31
* FindPkgConfig: export the list of found libraries also as variableRolf Eike Beer2018-05-111-12/+27
* FindPkgConfig: correct library search path for imported targets.Aleksandr Mezin2018-05-011-2/+6
* FindPkgConfig: do not unset unused variableRolf Eike Beer2018-04-241-1/+0
* FindPkgConfig: Fix IMPORTED_TARGET NO...PATH option handlingCraig Scott2017-12-161-5/+5
* FindPkgConfig: Cleanup docsCraig Scott2017-12-101-125/+126
* FindPkgConfig: On FreeBSD search in `libdata/pkgconfig`Shin-ya Murakami2017-08-071-0/+3
* FindPkgConfig: do not always rerun pkg_check_modules() with 2 argumentsRolf Eike Beer2017-07-101-1/+3
* FindPkgConfig: mention that variables will be ;-listsRolf Eike Beer2017-06-121-0/+6
* FindPkgConfig: fix confusing indentationRolf Eike Beer2017-06-121-1/+1
* FindPkgConfig: Fix pkg_check_modules() non-standard location searchYuriy Khokhulya2017-05-121-1/+3
* Add support for x32-abiSteven Newbury2017-03-071-0/+4
* FindPkgConfig: use new version checking "library >= version" syntaxGautier Pelloux-Prayer2017-02-281-24/+11
* FindPkgConfig: Recheck pkg-config on parameter change.Matthew Hanna2017-01-251-1/+4
* FindPkgConfig: Fix missing error text when library version is specifiedGautier Pelloux-Prayer2016-11-281-1/+2
* PkgConfig: Fix FindPkgConfig imported target featureFlorent Castelli2016-11-041-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-16/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-1/+1
* Merge topic 'pkgconfig-targets'Brad King2016-06-201-2/+6
|\
| * FindPkgConfig: define the imported targets also when the data comes from cacheRolf Eike Beer2016-06-191-2/+6
* | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-2/+6
|/
* 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-181-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