Skip to content

Commit ca5c2f5

Browse files
committed
Set CPACK_STRIP_FILES
1 parent 99bbe92 commit ca5c2f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/ClioPackage.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/ClioVersion.cmake")
22

33
set(CPACK_PACKAGING_INSTALL_PREFIX "/opt/clio")
44
set(CPACK_PACKAGE_VERSION "${CLIO_VERSION}")
5+
set(CPACK_STRIP_FILES TRUE)
56

67
include(pkg/deb)
78
include(CPack)

0 commit comments

Comments
 (0)