summaryrefslogtreecommitdiffstats
path: root/Source/CPack/bills-comments.txt
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-18 18:41:09 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-18 18:41:09 (GMT)
commit9670a8c485084478ac496df985314755a0f0d80f (patch)
treee2293178e103208878239646e3f315a662209386 /Source/CPack/bills-comments.txt
parentdf8f550029dc35ccbf39daf2733dbe2ca79e3d79 (diff)
downloadCMake-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.txt2
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: