Skip to content

Commit af57e1b

Browse files
authored
cpack Debian packages should depend on LPCNet >=0.3
1 parent 4691bb8 commit af57e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ elseif(UNIX AND NOT APPLE)
325325
SET(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
326326
SET(CPACK_DEBIAN_ENABLE_COMPONENT_DEPENDS ON)
327327
SET(CPACK_DEBIAN_LIB_PACKAGE_NAME "codec2")
328-
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "lpcnet (>= 0.2.0)")
328+
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "lpcnet (>= 0.3.0)")
329329
include(CPack)
330330
cpack_add_component(lib REQUIRED)
331331
cpack_add_component(dev DEPENDS lib)

0 commit comments

Comments
 (0)