Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation for WriteBasicConfigVersionFile.cmake | Alex Neundorf | 2011-08-05 | 1 | -7/+11 |
| | | | | Alex | ||||
* | Really fix copyright notice | Alex Neundorf | 2011-08-01 | 1 | -1/+1 |
| | | | | Alex | ||||
* | Fix copyright notice | Alex Neundorf | 2011-08-01 | 1 | -3/+12 |
| | | | | Alex | ||||
* | Add example to documentation | Alex Neundorf | 2011-08-01 | 1 | -0/+7 |
| | | | | Alex | ||||
* | Provide macro write_basic_config_version_file() | Alex Neundorf | 2011-08-01 | 1 | -0/+49 |
This macro can be used to generate basic version files which can be installed along a Config.cmake file to provide versioning support. This (3rd try) is implemented using a macro, which maps the COMPATIBILITY mode to a filename and configure_file()s the resulting file. Alex |