Skip to content

Commit 4af8a25

Browse files
authored
Fix Bazel build. (#242)
Signed-off-by: Hill Ma <[email protected]>
1 parent e431c4a commit 4af8a25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eigen3/BUILD.bazel

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ package(
1010

1111
licenses(["notice"])
1212

13-
public_headers = [
14-
"include/ignition/math/eigen3/Conversions.hh",
15-
]
13+
public_headers = glob([
14+
"include/ignition/math/eigen3/*.hh",
15+
])
1616

1717
cc_library(
1818
name = "eigen3",

0 commit comments

Comments
 (0)