Skip to content

Commit

Permalink
support 'unsupported' in eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Sep 13, 2024
1 parent f676293 commit d727203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ cc_library(
name = 'eigen3',
srcs = [],
includes = ['.'],
hdrs = glob(['Eigen/**']),
hdrs = glob(['Eigen/**', 'unsupported/**']),
defines = ["EIGEN_MPL2_ONLY",],
visibility = ['//visibility:public'],
)
Expand Down

0 comments on commit d727203

Please sign in to comment.