summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_dependency
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-181-1/+1
| | | | Use 3.3 or 2.8.12 where possible.
* Improve find_dependency argument handlingMatthew Woehlke2017-05-2228-50/+71
| | | | | | | | | | | | | | Remove highly specialized and totally positional argument handling in find_dependency macro, and instead just pass arguments through to find_package. This gives users access to the full suite of arguments that find_package knows, and is backward compatible with the old arguments. Also, rewrite the unit tests for this, since the old tests are exclusively focused on testing the old argument handling and are no longer applicable, and add some success tests (the old tests did not even set up the CMake state in a way that CMake had any hope of ever finding the test package).
* Tests: Check find_dependency empty extra argumentsBrad King2014-03-137-0/+22
| | | | Add cases for empty arg 2 and arg 3.
* Tests: Make RunCMake.find_dependency tolerate line number changesBrad King2014-03-133-3/+3
|
* Test error cases in find_dependency.Stephen Kelly2014-03-1113-0/+53