mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Reduce the minimum required version of Abseil
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
This commit is contained in:
+1
-3
@@ -68,9 +68,9 @@ CERES_SRCS = ["internal/ceres/" + filename for filename in [
|
||||
"eigensparse.cc",
|
||||
"evaluation_callback.cc",
|
||||
"evaluator.cc",
|
||||
"event_logger.cc",
|
||||
"file.cc",
|
||||
"first_order_function.cc",
|
||||
"float_suitesparse.cc",
|
||||
"function_sample.cc",
|
||||
"gradient_checker.cc",
|
||||
"gradient_checking_cost_function.cc",
|
||||
@@ -121,7 +121,6 @@ CERES_SRCS = ["internal/ceres/" + filename for filename in [
|
||||
"sparse_cholesky.cc",
|
||||
"sparse_matrix.cc",
|
||||
"sparse_normal_cholesky_solver.cc",
|
||||
"stringprintf.cc",
|
||||
"subset_preconditioner.cc",
|
||||
"suitesparse.cc",
|
||||
"thread_pool.cc",
|
||||
@@ -134,7 +133,6 @@ CERES_SRCS = ["internal/ceres/" + filename for filename in [
|
||||
"types.cc",
|
||||
"visibility_based_preconditioner.cc",
|
||||
"visibility.cc",
|
||||
"wall_time.cc",
|
||||
]]
|
||||
|
||||
# TODO(rodrigoq): add support to configure Ceres into various permutations,
|
||||
|
||||
Reference in New Issue
Block a user