summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-10 21:26:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-10 21:26:57 (GMT)
commita90e97e9703ce8623ea3be3f1eeebe8d76805053 (patch)
tree039ae2d522e22282b8d8a63f24e86294594d983d /Modules/CPack.cmake
parent844d798b493e70176d8a476c983f63c4c7b71fbb (diff)
downloadCMake-a90e97e9703ce8623ea3be3f1eeebe8d76805053.zip
CMake-a90e97e9703ce8623ea3be3f1eeebe8d76805053.tar.gz
CMake-a90e97e9703ce8623ea3be3f1eeebe8d76805053.tar.bz2
BUG: Prevent stripping of sources
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r--Modules/CPack.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index d5e9b41..316f269 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -121,6 +121,7 @@ SET(CPACK_GENERATOR "${CPACK_SOURCE_GENERATOR}")
SET(CPACK_TOPLEVEL_TAG "${CPACK_SOURCE_TOPLEVEL_TAG}")
SET(CPACK_PACKAGE_FILE_NAME "${CPACK_SOURCE_PACKAGE_FILE_NAME}")
SET(CPACK_IGNORE_FILES "${CPACK_SOURCE_IGNORE_FILES}")
+SET(CPACK_STRIP_FILES "${CPACK_SOURCE_STRIP_FILES}")
cpack_encode_variables()
CONFIGURE_FILE("${cpack_source_input_file}"