From 17a97d2ea85c77bcbe111e9a298169e4ea7010fd Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 3 May 2011 09:39:00 +0200 Subject: [PATCH] Strip executable when packing --- vv/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 777f53a..ca6152b 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -235,6 +235,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "2") SET(CPACK_PACKAGE_VERSION_PATCH "0") SET(CPACK_PACKAGE_INSTALL_DIRECTORY "vv") +SET(CPACK_STRIP_FILES TRUE) IF(WIN32) # There is a bug in NSI that does not handle full unix paths properly. Make -- 2.45.1