From 50dec06d6846697a6d44785b559ef983260c0c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 19 Aug 2024 17:44:02 +0200 Subject: [PATCH] update ceres build --- Ubuntu/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Ubuntu/Dockerfile b/Ubuntu/Dockerfile index b0e7931..c40d1d4 100644 --- a/Ubuntu/Dockerfile +++ b/Ubuntu/Dockerfile @@ -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 .. \