Skip to content

Commit

Permalink
Fix with proper versions CPACK_DEBIAN_PACKAGE_DEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Feb 12, 2018
1 parent f773df2 commit a146dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ set(CPACK_DEBIAN_PACKAGE_NAME "libulfius")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "[email protected]")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION ${PROJECT_DESCRIPTION})
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://babelouest.github.io/ulfius/")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.4), liborcania, libyder")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.4), liborcania (>= 1.2.0), libyder (>= 1.2.0)")
if (WITH_CURL)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${CPACK_DEBIAN_PACKAGE_DEPENDS}, libcurl3-gnutls (>= 7.16.2)")
endif ()
Expand Down

0 comments on commit a146dd4

Please sign in to comment.