From b3a507fce0a681fb271e086096a0b49a3814d099 Mon Sep 17 00:00:00 2001 From: Lucas Walter Date: Thu, 7 Mar 2024 13:54:41 -0800 Subject: [PATCH] fix path to openvdb --- ubuntu_2204/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_2204/Dockerfile b/ubuntu_2204/Dockerfile index 22b553f..5567026 100644 --- a/ubuntu_2204/Dockerfile +++ b/ubuntu_2204/Dockerfile @@ -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