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

Added libxerces-c-dev as cpack dependency

parent ecbe6492
No related branches found
No related tags found
No related merge requests found
Pipeline #3292 passed
......@@ -87,7 +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}), xsdcxx (>= 1.0~${DISTRIB})")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-iriutils-dev (>= 1.0~${DISTRIB}),libxerces-c-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