File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ FROM base AS release
8383
8484COPY . $OPTICKS_HOME
8585
86- RUN cmake -S $OPTICKS_HOME -B $OPTICKS_BUILD -DCMAKE_INSTALL_PREFIX=$OPTICKS_PREFIX -DOptiX_INSTALL_DIR=/opt/optix - DCMAKE_BUILD_TYPE=Release \
86+ RUN cmake -S $OPTICKS_HOME -B $OPTICKS_BUILD -DCMAKE_INSTALL_PREFIX=$OPTICKS_PREFIX -DCMAKE_BUILD_TYPE=Release \
8787 && cmake --build $OPTICKS_BUILD --parallel --target install
8888
8989
@@ -93,5 +93,5 @@ RUN apt update && apt install -y x11-apps mesa-utils vim
9393
9494COPY . $OPTICKS_HOME
9595
96- RUN cmake -S $OPTICKS_HOME -B $OPTICKS_BUILD -DCMAKE_INSTALL_PREFIX=$OPTICKS_PREFIX -DOptiX_INSTALL_DIR=/opt/optix - DCMAKE_BUILD_TYPE=Debug \
96+ RUN cmake -S $OPTICKS_HOME -B $OPTICKS_BUILD -DCMAKE_INSTALL_PREFIX=$OPTICKS_PREFIX -DCMAKE_BUILD_TYPE=Debug \
9797 && cmake --build $OPTICKS_BUILD --parallel --target install
You can’t perform that action at this time.
0 commit comments