remove double include of cpack

This commit is contained in:
lukas 2020-05-05 14:34:25 +02:00
parent 2b66e229e3
commit c3bc2293c7

View File

@ -214,8 +214,6 @@ IF (NOT ${WinBuild})
SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2") SET(CPACK_SOURCE_GENERATOR "TGZ;TBZ2")
SET(CPACK_PACKAGE_SECTION "games") SET(CPACK_PACKAGE_SECTION "games")
INCLUDE(CPack)
ELSE () ELSE ()
# Pack a NSIS intaller # Pack a NSIS intaller
set(CPACK_GENERATOR NSIS) set(CPACK_GENERATOR NSIS)