summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package
Commit message (Expand)AuthorAgeFilesLines
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-022-0/+27
* find_package(): Add tests for CMAKE_IGNORE_PATHKyle Edwards2022-01-312-0/+13
* cmake: Add filtered debug-find optionsJohn Parent2021-12-176-0/+86
* find_package: Don't reroot prefix that is equal to a root pathAlexandru Croitor2021-10-203-0/+17
* find_package: Add variable to make package REQUIREDEugene Shalygin2021-07-087-0/+43
* Add deprecation warnings for policies CMP0088 and belowBrad King2021-06-301-0/+10
* WriteBasicConfigVersion supports version strings such as 21.07.04Robert Maynard2021-05-273-2/+28
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+3
* find_package: raise error on empty version rangeMarc Chevrier2020-09-299-11/+81
* find_package: Add support of version rangeMarc Chevier2020-09-2319-0/+431
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-182-6/+7
* find_package: Improve debug logging outputRobert Maynard2020-01-012-5/+10
* find_*: Use debug logging infrastructureRobert Maynard2019-12-195-0/+44
* FindPackage: Support `NO_[]_PATH` global call optionsRobert Maynard2019-07-225-0/+76
* find_package: add test coverage for CMAKE_FIND_PACKAGE_RESOLVE_SYMLINKSDavid Aguilar2019-01-164-0/+31
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-146-0/+51
* Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-201-1/+1
* find_package: Improve CMP0074 warning messagesBrad King2018-03-211-2/+6
* find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-169-3/+95
* Merge topic 'find-package_root-test-regex'Brad King2017-08-106-465/+480
|\
| * Tests: Simplify RunCMake.find_package PackageRoot case regexesBrad King2017-08-086-465/+480
* | find_*: Disable the PACKAGE_ROOT search path group for CMake 3.9Brad King2017-08-083-0/+3
|/
* find_package: Split PACKAGE_ROOT tests to work with smaller regexChuck Atkins2017-08-027-846/+872
* find_package: Fix PACKAGE_ROOT test to check find_pacakge(CONFIG) mode.Chuck Atkins2017-07-287-99/+531
* Merge branch 'find_package-root-prefix-path-suffixes' into release-3.9Brad King2017-07-118-0/+72
|\
| * find_*: Honor PATH_SUFFIXES in PackageName_ROOT pathsBrad King2017-07-118-0/+72
* | find_package: Restore longer message when config files were consideredBrad King2017-07-0711-1/+45
|/
* Merge topic 'find_package-shorter-message'Brad King2017-05-259-47/+5
|\
| * find_package: shorten output for missing package in config modeChristoph GrĂ¼ninger2017-05-239-47/+5
* | find_*: Add tests for PackageRoot search path groupChuck Atkins2017-05-1617-0/+476
|/
* cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-181-1/+1
* Tests: Add case for package version file unmatched policy scopeBrad King2015-11-2411-0/+22
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
* find_package: Test rejection of required+optional componentsBrad King2012-03-194-0/+11
* find_package: additional test for checking the error messageAlex Neundorf2012-03-134-0/+13
* Use generalized RunCMake test infrastrucure for find_package testBrad King2012-03-1230-0/+274