1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

CMake: use CPACK_DEBIAN_PACKAGE_SHLIBDEPS to autogenerate "Depends" field.

This commit is contained in:
Henrik Hautakoski 2020-03-28 15:19:10 +01:00
parent 9f28dfcc29
commit 7266699db9

View file

@ -94,6 +94,6 @@ endif (UNIX)
set( CPACK_DEBIAN_PACKAGE_PRIORITY "optional" )
set( CPACK_DEBIAN_PACKAGE_SECTION "misc" )
set( CPACK_DEBIAN_PACKAGE_DEPENDS "libssl1.1, libc6" )
set( CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON )
include( cpack_custom )