cmake: do not strip tar gz builds

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2021-12-22 20:01:21 +00:00 committed by poiana
parent 4ab8d6db98
commit 9c449901f3

View File

@ -10,5 +10,4 @@ endif()
if(CPACK_GENERATOR MATCHES "TGZ")
set(CPACK_SET_DESTDIR "ON")
set(CPACK_STRIP_FILES "OFF")
endif()