Skip to content

Commit

Permalink
ci: let dpkg figure out dependencies for deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Jun 7, 2022
1 parent e41b335 commit 0632e2f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ if(UNIX)
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://github.com/variar/klogg")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Anton Filimonov <${CPACK_PACKAGE_CONTACT}>")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS YES)
set(CPACK_DEBIAN_PACKAGE_DEPENDS
${CPACK_DEBIAN_PACKAGE_DEPENDS}
"libqt5core5a (>=${KLOGG_QT_VERSION}), libqt5gui5 (>=${KLOGG_QT_VERSION}), libqt5widgets5 (>=${KLOGG_QT_VERSION}), libqt5concurrent5 (>=${KLOGG_QT_VERSION}), libqt5xml5 (>=${KLOGG_QT_VERSION})"
)

#RPM
set(CPACK_RPM_PACKAGE_ARCHITECTURE "x86_64")
Expand Down

0 comments on commit 0632e2f

Please sign in to comment.