diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 18:41:09 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-05-18 18:41:09 (GMT) |
commit | 9670a8c485084478ac496df985314755a0f0d80f (patch) | |
tree | e2293178e103208878239646e3f315a662209386 /Source/CPack/bills-comments.txt | |
parent | df8f550029dc35ccbf39daf2733dbe2ca79e3d79 (diff) | |
download | CMake-9670a8c485084478ac496df985314755a0f0d80f.zip CMake-9670a8c485084478ac496df985314755a0f0d80f.tar.gz CMake-9670a8c485084478ac496df985314755a0f0d80f.tar.bz2 |
ENH: 2nd try to move stripping out of cpack and to install time, now if
CPACK_STRIP_FILES is true (or contains a list of files), everything will be
stripped, if it's empty or false they won't be stripped
Alex
Diffstat (limited to 'Source/CPack/bills-comments.txt')
-rw-r--r-- | Source/CPack/bills-comments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/bills-comments.txt b/Source/CPack/bills-comments.txt index 13cb6ab..f73499d 100644 --- a/Source/CPack/bills-comments.txt +++ b/Source/CPack/bills-comments.txt @@ -45,7 +45,7 @@ InstallProject - set CMAKE_INSTALL_PREFIX to the temp directory - CPACK_BUILD_CONFIG check this and set the BUILD_TYPE to it - ReadListFile on the install script cmake_install.cmake - - run strip on the files in this var: CPACK_STRIP_FILES + - run strip on the executables and libraries if CPACK_STRIP_FILES is TRUE Recommendations: |