mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Unbreak the Bazel build.
The build was broken because parallel_for.cc was deleted and new file parallel_vector_ops.cc was added. Fixes https://github.com/ceres-solver/ceres-solver/issues/1043 Change-Id: I5b7a03b97134da55d408e57747634a5943a0e0aa
This commit is contained in:
+1
-1
@@ -95,9 +95,9 @@ CERES_SRCS = ["internal/ceres/" + filename for filename in [
|
||||
"manifold.cc",
|
||||
"minimizer.cc",
|
||||
"normal_prior.cc",
|
||||
"parallel_for.cc",
|
||||
"parallel_invoke.cc",
|
||||
"parallel_utils.cc",
|
||||
"parallel_vector_ops.cc",
|
||||
"parameter_block_ordering.cc",
|
||||
"partitioned_matrix_view.cc",
|
||||
"polynomial.cc",
|
||||
|
||||
Reference in New Issue
Block a user