Skip to content

Commit

Permalink
update ceres build
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Aug 19, 2024
1 parent 3e9db5a commit 50dec06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ RUN git clone https://github.com/scipopt/scip \

RUN git clone https://ceres-solver.googlesource.com/ceres-solver \
&& cd ceres-solver \
&& git submodule update --init --recursive \
&& mkdir build \
&& cd build \
&& cmake -DMINIGLOG=ON -DMINIGLOG_MAX_LOG_LEVEL=0 .. \
Expand Down

0 comments on commit 50dec06

Please sign in to comment.