summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/FindPkgConfig
Commit message (Expand)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-114-9/+3
* Tests: Disable parts of FindPkgConfig tests without wide supportedCraig Scott2022-10-301-15/+25
* Tests: pkg_check_modules() doesn't allow spaces in a moduleSpecCraig Scott2022-10-291-10/+11
* Tests: Disable broken FindPkgConfig test cases for WindowsCraig Scott2022-10-291-6/+11
* Tests/FindPkgConfig: correctly handle broken pkg-configmakise-homura2022-07-011-1/+24
* FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."Brad King2022-06-227-203/+72
* FindPkgConfig: Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET.Alex Birch2022-05-207-72/+203
* Tests: De-duplicate some code in RunCMake.FindPkgConfigAlex Birch2022-05-201-8/+14
* FindPkgConfig: Fix parsing of backslash-escaped spaces in pkg-config outputAlex Birch2022-05-123-13/+15
* Merge topic 'FindPkgConfig-restore-legacy-behavior'Brad King2021-08-192-0/+65
|\
| * FindPkgConfig: Restore legacy behavior when CMP0126 is set to NEWMarc Chevrier2021-08-182-0/+65
* | FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_LIBRARY_PATH in environmentBrad King2021-07-133-0/+36
* | FindPkgConfig: split args if loaded from environmentChristopher Degawa2021-06-184-0/+54
|/
* FindPkgConfig: Always create the imported targetAdam Badura2021-06-041-0/+4
* Tests: Add case covering FindPkgConfig creation of empty targetsBrad King2021-06-043-0/+19
* Merge topic 'test-FindPkgConfig-isolate-env'Brad King2020-08-101-0/+5
|\
| * Tests: Isolate RunCMake.FindPkgConfig from caller environmentBrad King2020-08-071-0/+5
* | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-1/+1
* | Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-181-1/+1
|/
* FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-051-1/+21
* FindPkgConfig: fix handling of frameworksRolf Eike Beer2020-04-184-0/+53
* Tests: simplify FindPkgConfig_CMAKE_{FRAMEWORK,APPBUNDLE}_PATH testsRolf Eike Beer2020-04-182-88/+8
* FindPkgConfig: Add test for specified pkg-config tool missingBrad King2020-03-173-0/+12
* FindPkgConfig: Allow libraries that can't be found with their full pathChuck Atkins2019-09-161-33/+16
* FindPkgConfig: return the module found by pkg_search_moduleChristophe Giboudeaux2019-08-292-0/+29
* pkg_get_variable now sets PKG_CONFIG_PATH like pkg_check_modulesDan Kegel2019-03-201-2/+1
* More tests for pkg_get_variableDan Kegel2019-03-204-0/+57
* FindPkgConfig: Set linker flags on imported targetsRadek Nadstawny2019-03-131-0/+21
* FindPkgConfig: support also > and < operators for version comparesRolf Eike Beer2018-10-042-0/+84
* FindPkgConfig: allow to create global imported targetsRolf Eike Beer2018-07-222-1/+18
* FindPkgConfig: export the list of found libraries also as variableRolf Eike Beer2018-05-111-0/+12
* Various typo fixesLuz Paz2018-01-041-1/+1
* FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properlyCraig Scott2017-12-161-0/+61
* Tests: Add x32 tests to test suiteSteven Newbury2017-03-087-5/+20
* FindPkgConfig: use new version checking "library >= version" syntaxGautier Pelloux-Prayer2017-02-282-16/+27
* Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-108-18/+40
* FindPkgConfig: optionally create imported target for the found librariesRolf Eike Beer2016-05-142-0/+27
* FindPkgConfig: set correctly named variables in cache (#15903)Ben Boeckel2016-03-211-5/+6
* FindPkgConfig: set standard variables in the cacheBen Boeckel2016-01-212-0/+17
* FindPkgConfig: return actual error when a package is not found (#15810)Benjamin Chrétien2015-10-281-2/+3
* FindPkgConfig: add a command to query arbitrary variablesBen Boeckel2015-09-213-0/+16
* FindPkgConfig: Fix extra paths for CMAKE_{FRAMEWORK,APPBUNDLE}_PATH varsDaniele E. Domenichelli2015-05-293-0/+107
* Tests: Fix CMP0054 warningsBrad King2014-09-164-5/+5
* FindPkgConfig: More unit testsDaniele E. Domenichelli2014-03-177-3/+151
* FindPkgConfig: Extend PKG_CONFIG_PATH using CMake variables (#12926)Daniele E. Domenichelli2014-03-1713-0/+93