Skip to content

Commit

Permalink
[docker] fetch.sh: minor fix
Browse files Browse the repository at this point in the history
ceres use git url and not an archive
  • Loading branch information
fabiencastan committed Apr 22, 2021
1 parent bad341b commit 707d234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cmake -P "opencv_contrib-prefix/src/opencv_contrib-stamp/download-opencv_contrib

cmake -P "external/src/alembic-stamp/download-alembic.cmake"
cmake -P "external/src/boost-stamp/download-boost.cmake"
cmake -P "external/src/ceres-stamp/download-ceres.cmake"
# cmake -P "external/src/ceres-stamp/download-ceres.cmake"
cmake -P "external/src/eigen-stamp/download-eigen.cmake"
cmake -P "external/src/ffmpeg-stamp/download-ffmpeg.cmake"
cmake -P "external/src/geogram-stamp/download-geogram.cmake"
Expand Down

0 comments on commit 707d234

Please sign in to comment.