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

Added space between dependencies

parent c3ff3dc9
No related branches found
No related tags found
No related merge requests found
Pipeline #16978 passed
...@@ -90,7 +90,7 @@ IF (UNIX) ...@@ -90,7 +90,7 @@ IF (UNIX)
# Uncomment to add dependencies comma separated # Uncomment to add dependencies comma separated
# SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-<package_name>-dev (>= 1.0~${DISTRIB})") # SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-<package_name>-dev (>= 1.0~${DISTRIB})")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-iriutils-dev (>= 1.0~${DISTRIB}),libxerces-c-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) INCLUDE(CPack)
ELSE(UNIX) 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