summaryrefslogtreecommitdiffstats
path: root/Modules/FindPkgConfig.cmake
Commit message (Expand)AuthorAgeFilesLines
* Help: Remove versionadded for CMake 2.xPeter Kokot2025-04-231-2/+0
* kFreeBSD: Remove support for obsolete platformRoger Leigh2025-03-051-1/+1
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Modules/Find*: Include FindPackageHandleStandardArgs normallyBrad King2025-01-301-1/+1
* Use lower case style for commandsPeter Kokot2025-01-281-1/+1
* CMP0057: Remove support for OLD behaviorBrad King2025-01-221-5/+0
* CMP0054: Remove support for OLD behaviorBrad King2025-01-201-1/+0
* Help: Correct FindPkgConfig version tagsFeRD (Frank Dana)2024-11-191-4/+4
* FindPkgConfig: Fix parsing of quoted lists with pkgconf <1.5.1Kerem Aksu2024-04-201-0/+11
* FindPkgConfig: Avoid finding Strawberry Perl's pkg-configBrad King2024-03-261-1/+16
* FindPkgConfig: Update cache variables after isystem extractionKai Pastor2024-01-041-0/+3
* FindPkgConfig: Update cache variables after framework extractionKai Pastor2023-12-281-0/+3
* FindPkgConfig: Report not-found package names in fatal error messageAnthony Baker2023-10-031-3/+3
* FindPkgConfig: Allow to override variables when calling pkg_get_variableCorentin Noël2023-09-191-2/+23
* FindPkgConfig: ignore whitespace separators in version checkPaul Zander2023-09-091-2/+2
* FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_INCLUDE_PATH in environmentCristian Le2023-09-061-1/+13
* 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-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