fix: add missing dependency for debian package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-12-27 14:47:11 +01:00
parent 758d2e99a7
commit bb1bb329f3

View file

@ -76,6 +76,7 @@ set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
set(CPACK_DEBIAN_PACKAGE_SECTION "net")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "A tool for generating IGMP packets.")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libnet1")
set(CPACK_GENERATOR "TGZ;RPM;DEB")
include(CPack)