Skip to content
Snippets Groups Projects
Commit 31486b35 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[gitlab] Add PKG_CONFIG_PATH to Makefile

parent f5eb1b52
No related branches found
Tags v0.0.4
No related merge requests found
Pipeline #
......@@ -90,6 +90,7 @@ robotpkg-roscontrol-sot-dubnium:
- echo "REPOSITORY.roscontrol-sot = git ${CI_PROJECT_DIR}" >> /opt/openrobots/etc/robotpkg.conf
- echo "ACCEPTABLE_LICENSES+=pal-license" >> /opt/openrobots/etc/robotpkg.conf
- echo "CMAKE_CXX_FLAGS+= -I/opt/pal/dubnium/include" >> /opt/openrobots/etc/robotpkg.conf
- echo "PKG_CONFIG_PATH=/opt/pal/dubnium" >> /opt/openrobots/etc/robotpkg.conf
- make checkout
- make install
- cd work.*/${PROJECT}*/
......
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