mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
6aa7df9650
1. The required version of Abseil is now 20240116.0 instead of 20240116.2. This was an oversight. Thanks to @NeroBurner for pointing this out. Both CMake and Bazel builds are updated. 2. Unbreak the Bazel build which had become stale. Change-Id: I274bbad2f94f7710387f9693de9c66b035758970
8 lines
224 B
Python
8 lines
224 B
Python
|
|
# MODULE.bazel
|
|
|
|
bazel_dep(name = "abseil-cpp", version = "20240116.0")
|
|
bazel_dep(name = "googletest", version = "1.14.0")
|
|
bazel_dep(name = "eigen", version = "3.4.0")
|
|
bazel_dep(name = "google_benchmark", version = "1.8.4")
|