Skip to content

Commit daa39ab

Browse files
committed
Merge remote-tracking branch 'origin/main' into ci-matrix
2 parents 0e1417f + 88fadda commit daa39ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ FROM base AS release
8383

8484
COPY . $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

9494
COPY . $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

0 commit comments

Comments
 (0)