mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix the Bazel build.
1. Fix the path to eigen, now that it uses gitlab instead of bitbucket. 2. Remove an unrecognized compiler option. 3. Remove an obsolete benchmark. This CL only unbreaks the build, it is likely that it is still not at par with the cmake build. https://github.com/ceres-solver/ceres-solver/issues/628 Change-Id: I470209cbb48b6a4f499564a86b52436e0c8d98ef
This commit is contained in:
+1
-1
@@ -204,7 +204,7 @@ def ceres_library(name,
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"@com_github_eigen_eigen//:eigen",
|
||||
"@com_gitlab_libeigen_eigen//:eigen",
|
||||
"@com_github_google_glog//:glog",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user