From 9c449901f39cfe870ac32e5600d509a65cd1ffcc Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Wed, 22 Dec 2021 20:01:21 +0000 Subject: [PATCH] cmake: do not strip tar gz builds Signed-off-by: Luca Guerra --- cmake/cpack/CMakeCPackOptions.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/cpack/CMakeCPackOptions.cmake b/cmake/cpack/CMakeCPackOptions.cmake index bbb37a77780..e28dfa10ede 100644 --- a/cmake/cpack/CMakeCPackOptions.cmake +++ b/cmake/cpack/CMakeCPackOptions.cmake @@ -10,5 +10,4 @@ endif() if(CPACK_GENERATOR MATCHES "TGZ") set(CPACK_SET_DESTDIR "ON") - set(CPACK_STRIP_FILES "OFF") endif()