File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ RUN cd ${DEPENDENCIES_DIR} && \
7272 cmake --build . --config Release --target install
7373
7474# yarp-device-rplidar
75- # RUN cd ${DEPENDENCIES_DIR} && \
76- # git clone https://github.com/robotology/yarp-device-rplidar.git && \
77- # cd yarp-device-rplidar && mkdir -p build && cd build && \
78- # git checkout master && \
79- # cmake .. \
80- # -DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
81- # -DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
82- # cmake --build . --config Release --target install
75+ RUN cd ${DEPENDENCIES_DIR} && \
76+ git clone https://github.com/robotology/yarp-device-rplidar.git && \
77+ cd yarp-device-rplidar && mkdir -p build && cd build && \
78+ git checkout master && \
79+ cmake .. \
80+ -DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
81+ -DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install && \
82+ cmake --build . --config Release --target install
8383
8484# icub-firmware-shared
8585RUN cd ${DEPENDENCIES_DIR} && \
You can’t perform that action at this time.
0 commit comments