Skip to content

Commit 61db95c

Browse files
committed
#253: removed SDL and other libs from DEB package
1 parent a3d4404 commit 61db95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,6 @@ if (APPLE)
945945
set(CPACK_BUNDLE_STARTUP_COMMAND "${CMAKE_BINARY_DIR}/bin/tic80")
946946

947947
install(CODE "set(CMAKE_INSTALL_LOCAL_ONLY true)")
948-
949948
include(CPack)
950949
elseif (LINUX)
951950
set(CPACK_GENERATOR "DEB")
@@ -956,5 +955,6 @@ elseif (LINUX)
956955
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Nesbox <[email protected]>")
957956
set(CPACK_DEBIAN_PACKAGE_SECTION "education")
958957

958+
install(CODE "set(CMAKE_INSTALL_LOCAL_ONLY true)")
959959
include(CPack)
960960
endif()

0 commit comments

Comments
 (0)