Skip to content

Commit

Permalink
Add default visibility for math/eigen3
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <[email protected]>
  • Loading branch information
shameekganguly committed Nov 19, 2024
1 parent 4669bf2 commit 4c1ba07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eigen3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ load(
"gz_include_header",
)

package(default_applicable_licenses = [GZ_ROOT + "math:license"])
package(
default_applicable_licenses = [GZ_ROOT + "math:license"],
default_visibility = GZ_VISIBILITY,
)

public_headers = glob([
"include/gz/math/eigen3/*.hh",
Expand All @@ -21,7 +24,6 @@ cc_library(
name = "eigen3",
hdrs = ["include/gz/math/eigen3.hh"],
includes = ["include"],
visibility = GZ_VISIBILITY,
deps = [
":Conversions",
":Util",
Expand Down

0 comments on commit 4c1ba07

Please sign in to comment.