Added strip option to cpack

This commit is contained in:
Matt Hill
2014-05-11 11:37:55 -05:00
parent a756c6f1a5
commit c365c12041

View File

@@ -46,6 +46,7 @@ SET(CPACK_PACKAGE_VERSION "1.1.1")
SET(CPACK_INSTALL_CMAKE_PROJECTS "${CUR_SOURCE_DIR}/build;src;ALL;/") SET(CPACK_INSTALL_CMAKE_PROJECTS "${CUR_SOURCE_DIR}/build;src;ALL;/")
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles") SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
SET(CPACK_STRIP_FILES "1")
#SET (${VERSION} CPACK_DEBIAN_PACKAGE_VERSION) #SET (${VERSION} CPACK_DEBIAN_PACKAGE_VERSION)
SET (CPACK_DEBIAN_PACKAGE_PRIORITY "optional") SET (CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
SET (CPACK_DEBIAN_PACKAGE_SECTION "graphics") SET (CPACK_DEBIAN_PACKAGE_SECTION "graphics")