Skip to content

Commit

Permalink
Fix Bazel build. (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Hill Ma <[email protected]>
  • Loading branch information
mahiuchun authored Sep 20, 2021
1 parent e431c4a commit 4af8a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eigen3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ package(

licenses(["notice"])

public_headers = [
"include/ignition/math/eigen3/Conversions.hh",
]
public_headers = glob([
"include/ignition/math/eigen3/*.hh",
])

cc_library(
name = "eigen3",
Expand Down

0 comments on commit 4af8a25

Please sign in to comment.