summaryrefslogtreecommitdiff
path: root/Modules/FindPkgConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."Brad King2022-06-221-92/+44
* Merge topic 'pkgconfig-static-libs'Brad King2022-05-231-45/+95
|\
| * FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET.Alex Birch2022-05-201-44/+92
| * FindPkgConfig: Fix parsing of backslash-escaped spaces in pkg-config outputAlex Birch2022-05-121-1/+3
* | FindPkgConfig: Fix preservation of ENV{PKG_CONFIG_ALLOW_SYSTEM_LIBS}Brad King2022-05-121-1/+3
|/
* FindPkgConfig: Restore finding pkg-config before pkgconfBrad King2021-12-021-1/+1
* Help: Clarify how PKG_CONFIG env var initializes cache varsCraig Scott2021-11-071-16/+33
* Merge topic 'FindPkgConfig-restore-legacy-behavior'Brad King2021-08-191-0/+8
|\
| * FindPkgConfig: Restore legacy behavior when CMP0126 is set to NEWMarc Chevrier2021-08-181-0/+8
* | FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_LIBRARY_PATH in environmentBrad King2021-07-131-0/+12
* | FindPkgConfig: add pkgconf to the search list.Alexander Neumann2021-07-021-0/+1
* | FindPkgConfig: split args if loaded from environmentChristopher Degawa2021-06-181-5/+34
|/
* FindPkgConfig: Always create the imported targetAdam Badura2021-06-041-3/+1
* Merge topic 'FindPkgConfig-NAMES_PER_DIR'Brad King2021-03-171-1/+4
|\
| * FindPkgConfig: Restore preference for first pkg-config in PATHBrad King2021-03-161-1/+4
* | Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-17/+59
|/
* FindPkgConfig: Search for pkg-config.bat file on a Windows hostAlexandru Croitor2020-09-251-1/+7
* FindPkgConfig: Show more info when pkg-config --version failsAlexandru Croitor2020-09-251-1/+3
* FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-051-7/+41
* 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