Skip to content

Commit 179dd6f

Browse files
committed
[docker] fix WITH_CUDA
1 parent 101f473 commit 179dd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LABEL maintainer="AliceVision Team [email protected]"
1616

1717
COPY . /opt/cctag
1818
WORKDIR /opt/cctag/build
19-
RUN cmake .. -DWITH_CUDA:BOOL=ON \
19+
RUN cmake .. -DCCTAG_WITH_CUDA:BOOL=ON \
2020
-DCMAKE_BUILD_TYPE=Release \
2121
-DBUILD_SHARED_LIBS:BOOL=ON \
2222
-DCMAKE_PREFIX_PATH:PATH=/opt/ && make install -j$(nproc)

0 commit comments

Comments
 (0)