Strip packaged binaries

This commit is contained in:
Marcus Holland-Moritz 2022-06-11 08:24:04 +02:00
parent 2c1e6b2528
commit 1a6dcc6c73

View File

@ -813,6 +813,7 @@ if(NOT $PRJ_VERSION_FULL} STREQUAL "")
set(CPACK_SOURCE_IGNORE_FILES "\\.git/" "${CMAKE_SOURCE_DIR}/build.*"
"${CMAKE_SOURCE_DIR}/@" "/\\." ".*~$")
set(CPACK_VERBATIM_VARIABLES YES)
set(CPACK_STRIP_FILES YES)
include(CPack)
endif()