Skip to content
Snippets Groups Projects
Commit dabcb647 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Create /usr/lib/include to fix cmake error

parent e7b7139f
No related branches found
No related tags found
1 merge request!393Add steps to build, deploy and test docker containers based on ArmarXGui
Pipeline #15697 passed
This commit is part of merge request !393. Comments created here will be created in the context of that merge request.
...@@ -13,6 +13,10 @@ COPY --chmod=755 . . ...@@ -13,6 +13,10 @@ COPY --chmod=755 . .
# Use workspace config. # Use workspace config.
COPY docker/armarx-workspace.json $ARMARX_WORKSPACE/armarx-workspace.json COPY docker/armarx-workspace.json $ARMARX_WORKSPACE/armarx-workspace.json
# Fix "CMake Error in CMakeLists.txt: Imported target "VirtualRobot" includes non-existent path "/usr/lib/include"
# (caused by at least dmp)
RUN mkdir -p /usr/lib/include
# Run the upgrade. # Run the upgrade.
RUN axii workspace system --accept-apt-install RUN axii workspace system --accept-apt-install
# ToDo: Prevent this from updating the target itself. # ToDo: Prevent this from updating the target itself.
......
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