Skip to content

Commit

Permalink
updating option name in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nadrino committed Dec 4, 2024
1 parent dfb3e24 commit ff1300c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN git submodule update --init --recursive
WORKDIR $BUILD_DIR
RUN cmake \
-D CMAKE_INSTALL_PREFIX=$INSTALL_DIR \
-D ENABLE_GOOGLE_TESTS=ON \
-D SKIP_GOOGLE_TEST=OFF \
$REPO_DIR
RUN make -j3 install

Expand Down

0 comments on commit ff1300c

Please sign in to comment.