Project import generated by Copybara.

GitOrigin-RevId: afeb9cf5a8c069c0a566d16e1622bbb086170e4d
This commit is contained in:
MediaPipe Team
2020-05-21 13:37:51 -04:00
committed by chuoling
parent b6e680647c
commit b133b0f200
258 changed files with 4146 additions and 5147 deletions
+22
View File
@@ -0,0 +1,22 @@
diff --git a/bazel/ceres.bzl b/bazel/ceres.bzl
index d90e5a3..32a3fef 100644
--- a/bazel/ceres.bzl
+++ b/bazel/ceres.bzl
@@ -180,7 +180,6 @@ def ceres_library(name,
]),
copts = [
"-I" + internal,
- "-Wno-sign-compare",
] + schur_eliminator_copts,
# These include directories and defines are propagated to other targets
@@ -202,7 +201,7 @@ def ceres_library(name,
],
visibility = ["//visibility:public"],
deps = [
- "@com_github_eigen_eigen//:eigen",
- "@com_github_google_glog//:glog",
+ "@eigen_archive//:eigen",
+ "@com_github_glog_glog//:glog",
],
)