From c12424a8b3bc49f9cee2affcca57d9581b62a156 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 28 Jul 2017 18:08:24 +0200 Subject: [PATCH] Add file stripping when package with CPACK --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 582661c..eadcc16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,6 +176,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release") APPIMAGE_PACKAGE (planetblupi "planetblupi" "${CMAKE_CURRENT_SOURCE_DIR}/resources/linux" "${CMAKE_BINARY_DIR}/share" "" "") elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") set (CPACK_GENERATOR NSIS64) + set (CPACK_STRIP_FILES TRUE) set (CPACK_PACKAGE_NAME "planetblupi") set (CPACK_PACKAGE_VENDOR "blupi.org") set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Planet Blupi - A delerious spell-binding game")