Commit e2d46eb0460f3ec38cd9dac8095d3f19627e255a
1 parent
9cae7bf8
Gather deb dependencies automatically
This fixes wrong ones on various distros.
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
| ... | ... | @@ -122,7 +122,7 @@ SET(CPACK_GENERATOR "DEB") |
| 122 | 122 | SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Wiebe Cazemier <wiebe@halfgaar.net>") |
| 123 | 123 | SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Light-weight, high performance MQTT server capable of million+ messages per second.") |
| 124 | 124 | SET(CPACK_PACKAGE_HOMEPAGE_URL "https://www.flashmq.org/") |
| 125 | -SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libssl1.1 (>= 1.1.0)") | |
| 125 | +SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) | |
| 126 | 126 | SET(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") |
| 127 | 127 | SET(CPACK_DEBIAN_PACKAGE_RELEASE ${OS_CODENAME}) |
| 128 | 128 | SET(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) | ... | ... |