From c3bc2293c7a5a53a527862f265731ce5346d6568 Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 5 May 2020 14:34:25 +0200 Subject: [PATCH] remove double include of cpack --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c550d6..acd644c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,8 +214,6 @@ IF (NOT ${WinBuild}) SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2") SET(CPACK_PACKAGE_SECTION "games") - - INCLUDE(CPack) ELSE () # Pack a NSIS intaller set(CPACK_GENERATOR NSIS)