Alex Neundorf
5d18223917
write_basic_package_version_file: add ExactVersion mode
...
This mode is for packages which consider themselves only compatible if
exactly the same version is requested. The tweak version is ignored.
Alex
2012-03-10 16:10:52 +01:00
Alex Neundorf
1c69cd8feb
write_basic_package_version_file(): improve documentation
...
add notes when which mode should be used
Alex
2012-03-10 16:09:17 +01:00
Alex Neundorf
6973e2d5a8
wrap write_basic_config_version_file as write_basic_package_version_file()
...
So the name fits better with configure_package_config_file(), as
discussed on the mailing list. Adapt the documentation accordingly.
Alex
2012-03-07 11:23:18 -05:00
Alex Neundorf
204f5d443c
add CMakePackageConfigHelpers: configure_package_config_file()
...
The function configure_package_config_file() may be used instead of
configure_file() for generating the Config.cmake files for installation,
they help to make those files relocatable.
Alex
2012-03-07 11:23:11 -05:00