diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2011-09-09 12:12:35 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2011-09-09 12:12:35 (GMT) |
commit | b7457de4eab41028a625887d27961a96120cfe1d (patch) | |
tree | 4a873f7cf6f9d629f01a9b87b871171e5ed9df95 | |
parent | 59204e11265eee5f8a482cf52b5daf5d57ed85c7 (diff) | |
download | CMake-b7457de4eab41028a625887d27961a96120cfe1d.zip CMake-b7457de4eab41028a625887d27961a96120cfe1d.tar.gz CMake-b7457de4eab41028a625887d27961a96120cfe1d.tar.bz2 |
CPack fix template too
-rw-r--r-- | Templates/CPackConfig.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CPackConfig.cmake.in b/Templates/CPackConfig.cmake.in index 0406392..7150feb 100644 --- a/Templates/CPackConfig.cmake.in +++ b/Templates/CPackConfig.cmake.in @@ -5,7 +5,7 @@ # CPACK_INSTALL_CMAKE_PROJECTS - For each project (path, name, component) # CPACK_CMAKE_GENERATOR - CMake Generator used for the projects # CPACK_INSTALL_COMMANDS - Extra commands to install components -# CPACK_INSTALL_DIRECTORIES - Extra directories to install +# CPACK_INSTALLED_DIRECTORIES - Extra directories to install # CPACK_PACKAGE_DESCRIPTION_FILE - Description file for the package # CPACK_PACKAGE_DESCRIPTION_SUMMARY - Summary of the package # CPACK_PACKAGE_EXECUTABLES - List of pairs of executables and labels |