summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest/lib
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add UNSUITABLE result to package version testBrad King2008-10-032-0/+12
| | | | | | | Package version test files may now declare that they are unsuitable for use with the project testing them. This is important when the version being tested does not provide a compatible ABI with the project target environment.
* ENH: Help recursive find_package calls in modulesBrad King2008-10-031-0/+1
| | | | | | | These changes teach find_package to behave nicely when invoked recursively inside a find-module for the same package. The module will never be recursively loaded again. Version arguments are automatically forwarded.
* ENH: Added version support to Config mode of find_package command.Brad King2008-01-298-0/+29
| | | | | | - Added EXACT option to request an exact version. - Enforce version using check provided by package. - Updated FindPackageTest to test versioning in config mode.
* ENH: Updated FindPackageTest to test new find_package command features.Brad King2008-01-176-0/+7