Skip to content

Commit

Permalink
models: Bump eigen dependency from 3.3.7 to 3.4.0
Browse files Browse the repository at this point in the history
This fixes some compilation errors concerning uninitialized variables on
newer compilers.
  • Loading branch information
cassava committed Jul 25, 2022
1 parent 64cf1f2 commit 1a390ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CloeModels(ConanFile):
]
requires = [
"boost/[>=1.65.1]",
"eigen/[~=3.3.7]",
"eigen/[~=3.4.0]",
]

_cmake = None
Expand Down

0 comments on commit 1a390ac

Please sign in to comment.