Skip to content
Snippets Groups Projects
Commit ecbe6492 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Solved a bug on the package dependencies

parent 6b836efa
No related branches found
No related tags found
No related merge requests found
Pipeline #3288 passed
......@@ -87,8 +87,7 @@ IF (UNIX)
# Uncomment to add dependencies
# SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-<package_name>-dev (>= 1.0~${DISTRIB})")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-iriutils-dev (>= 1.0~${DISTRIB})")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "xsdcxx (>= 1.0~${DISTRIB})")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-iriutils-dev (>= 1.0~${DISTRIB}), xsdcxx (>= 1.0~${DISTRIB})")
INCLUDE(CPack)
ELSE(UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment