We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5328b51 commit 14f5b78Copy full SHA for 14f5b78
1 file changed
CMakeLists.txt
@@ -153,6 +153,7 @@ if(UNIX AND NOT APPLE)
153
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Digitelektro")
154
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/Digitelektro/MeteorDemod")
155
SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Russian Meteor M2 weather satellite data decoder")
156
+ SET(CPACK_DEBIAN_PACKAGE_DEPENDS "python3-opencv")
157
INCLUDE(CPack)
158
endif()
159
0 commit comments