Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Fix: mp-units is now inluded as submodule within t07_robot.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Nov 17, 2023
1 parent c0e3cb2 commit fd2d6c5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ RUN git clone https://github.com/fmtlib/fmt && cd fmt && \
make -j8 && \
sudo make install

RUN git clone https://github.com/mpusz/mp-units && cd mp-units && \
mkdir build && cd build && \
cmake -DMP_UNITS_AS_SYSTEM_HEADERS=ON -DMP_UNITS_BUILD_LA=OFF .. && \
make -j8 && \
sudo make install

RUN mkdir -p /tmp/colcon_ws/src
WORKDIR /tmp/colcon_ws/src
RUN git clone --recursive https://github.com/107-systems/t07_robot
Expand Down

0 comments on commit fd2d6c5

Please sign in to comment.