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

Removed installation of libboost-all-dev

parent c1d0c061
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ build-package: ...@@ -13,7 +13,7 @@ build-package:
# - apt -y install iri-<package_name>-dev # - apt -y install iri-<package_name>-dev
- apt update - apt update
- apt -y install iri-iriutils-dev iri-comm-dev iri-trajectory-dev iri-dynamixel-dev - apt -y install iri-iriutils-dev iri-comm-dev iri-trajectory-dev iri-dynamixel-dev
- apt install -y libxerces-c-dev xsdcxx libboost-all-dev - apt install -y libxerces-c-dev xsdcxx
- mkdir -pv build - mkdir -pv build
- cd build - cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG .. - cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG ..
......
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