Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
a914de00
Commit
a914de00
authored
Apr 30, 2021
by
Shervin Nourbakhsh
Browse files
Adding libzmq5 dependency to cameo-api-cpp debian package
parent
a0d17e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
cameo-api-cpp/packaging/CPackConfig.cmake
View file @
a914de00
...
...
@@ -41,7 +41,7 @@ set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set
(
CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON
)
set
(
CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS_POLICY
">="
)
set
(
CPACK_DEBIAN_
${
component_runtime
}
_PACKAGE_DEPENDS
"cameo-server(>=1.0.2)"
)
set
(
CPACK_DEBIAN_
${
component_runtime
}
_PACKAGE_DEPENDS
"cameo-server(>=1.0.2)
, libzmq5
"
)
set
(
CPACK_DEBIAN_
${
component_development
}
_PACKAGE_DEPENDS
""
)
set
(
CPACK_DEBIAN_
${
component_runtime
}
_PACKAGE_NAME
${
LIBNAME
}
-lib
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment