summaryrefslogtreecommitdiff
path: root/Modules/FindPkgConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindPkgConfig: fix handling of frameworksRolf Eike Beer2020-04-181-0/+37
* FindPkgConfig: Unset results when pkg-config is brokenBrad King2020-03-161-3/+18
* Merge topic 'FindPkgConfig-scope'Brad King2020-02-251-0/+6
|\
| * FindPkgConfig: set policies CMP0054 and CMP0057 to newRolf Eike Beer2020-02-241-0/+6
* | FindPkgConfig: Fix path manipulations when cross compilingHugo Beauzée-Luyssen2019-12-021-1/+1
|/
* FindPkgConfig: Allow libraries that can't be found with their full pathChuck Atkins2019-09-161-1/+5
* FindPkgConfig: return the module found by pkg_search_moduleChristophe Giboudeaux2019-08-291-0/+7
* 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-191-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-021-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-241-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-281-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-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