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

Fix no dependencies found

parent 00691f4e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
##Install dependencies
#- apt -y install iri-dep1-dev iri-dep2-dev
# Read dependencies from CMakeLists.txt
- DEP=( $(grep -P '[^#]\s+SET\(CPACK_DEBIAN_PACKAGE_DEPENDS\s+"' CMakeLists.txt) )
- DEP=( $(grep -P '[^#]\s+SET\(CPACK_DEBIAN_PACKAGE_DEPENDS\s+"' CMakeLists.txt) ) || echo " Package iri-$PACKAGE_NAME-dev without dependencies"
- declare -a DEP
- |+
for ((i=1;i<${#DEP[@]};i+=3))
......
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