configure_package_config_file(): extend documentation

Alex
This commit is contained in:
Alex Neundorf 2013-01-24 21:27:32 +01:00
parent 37c4bc1f86
commit 4cad848369
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
# configure_file() command when creating the <Name>Config.cmake or <Name>-config.cmake
# file for installing a project or library. It helps making the resulting package
# relocatable by avoiding hardcoded paths in the installed Config.cmake file.
# <Name>Config.cmake files installed under UNIX into /lib(64) or /usr/lib(64) are
# considered system packages and are not relocatable.
#
# In a FooConfig.cmake file there may be code like this to make the
# install destinations know to the using project: