Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Improve find_package version numbering | Brad King | 2008-09-10 | 1 | -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 King | 2008-01-21 | 1 | -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. |