Skip to content

Commit

Permalink
fix path to openvdb
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Mar 7, 2024
1 parent c471ec5 commit b3a507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu_2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN touch other/catkin_virtualenv/test_catkin_virtualenv_isolated/CATKIN_IGNORE

RUN mkdir -p $HOME/other/build/openvdb
WORKDIR other/build/openvdb
RUN cmake $HOME/base_catkin_ws/src/other/vdb/openvdb/ -DCMAKE_INSTALL_PREFIX=$DEST
RUN cmake $WS/other/vdb/openvdb/ -DCMAKE_INSTALL_PREFIX=$DEST
RUN make -j2 # it's a slow build
RUN make install
Expand Down

0 comments on commit b3a507f

Please sign in to comment.