We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef4be6 commit 55e8291Copy full SHA for 55e8291
1 file changed
CMakeLists.txt
@@ -109,7 +109,9 @@ include(InstallRequiredSystemLibraries)
109
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
110
set(CPACK_GENERATOR "DEB")
111
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Daniel Fundarek")
112
-set(CPACK_PACKAGE_DESCRIPTION "cppzmq is a C++ binding for libzmq.")
+set(CPACK_PACKAGE_DESCRIPTION
113
+ "cppzmq project provides a C++ binding for the libzmq library.
114
+ Installation of cppzmq debian package also installs libzmq3-dev as dependency.")
115
set(CPACK_PACKAGE_CONTACT "daniel.fundarek@airvolute.com")
116
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
117
set(CPACK_DEBIAN_PACKAGE_DEPENDS
0 commit comments