Skip to content

Commit

Permalink
Rename eigen dep to eigen3 for consistency (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Jun 18, 2020
1 parent c412bc3 commit 0849436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigen3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cc_library(
srcs = public_headers,
hdrs = public_headers,
deps = [
"@org_tuxfamily_eigen//:eigen",
"@eigen3",
"//ign_math",
],
includes = ["include"],
Expand Down

0 comments on commit 0849436

Please sign in to comment.