summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageTest/FindVersionTestB.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Improve find_package version numberingBrad King2008-09-101-3/+9
| | | | | | | | Make the number of version components specified explicitly available. Set variables for unspecified version components to "0" instead of leaving them unset. This simplifies version number handling for find- and config-modules. Also support a fourth "tweak" version component since some packages use them.
* ENH: Implement version support in the find_package command module mode. ↵Brad King2008-01-211-0/+12
Version numbers provided to the command are converted to variable settings to tell the FindXXX.cmake module what version is requested. This addresses issue #1645.