diff options
author | Alex Neundorf <neundorf@kde.org> | 2013-01-24 20:27:32 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-01-24 20:27:32 (GMT) |
commit | 4cad84836989c6c9e4da97fced637b7bdbc222c7 (patch) | |
tree | 4deecb505303a585b7b4f7d938f59877e8aec780 | |
parent | 37c4bc1f86a72a76a1ccc3094ba7cc3ec134ff21 (diff) | |
download | CMake-4cad84836989c6c9e4da97fced637b7bdbc222c7.zip CMake-4cad84836989c6c9e4da97fced637b7bdbc222c7.tar.gz CMake-4cad84836989c6c9e4da97fced637b7bdbc222c7.tar.bz2 |
configure_package_config_file(): extend documentation
Alex
-rw-r--r-- | Modules/CMakePackageConfigHelpers.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/CMakePackageConfigHelpers.cmake b/Modules/CMakePackageConfigHelpers.cmake index d6d3cb1..393d05c 100644 --- a/Modules/CMakePackageConfigHelpers.cmake +++ b/Modules/CMakePackageConfigHelpers.cmake @@ -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: |