Skip to content

Commit 6760104

Browse files
authored
Remove version constraint for Eigen3 package for Eigen3 5.0.0 compat (#202)
1 parent 7e76f51 commit 6760104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/WalkingControllersDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ find_package(YARP 3.6.0 REQUIRED)
66
find_package(ICUB REQUIRED)
77
find_package(ICUBcontrib REQUIRED)
88
find_package(iDynTree 10.0.0 REQUIRED)
9-
find_package(Eigen3 3.2.92 REQUIRED)
9+
find_package(Eigen3 REQUIRED)
1010
find_package(UnicyclePlanner 0.8.0 REQUIRED)
1111
find_package(OsqpEigen 0.4.0 REQUIRED)
1212
find_package(BipedalLocomotionFramework 0.18.0

0 commit comments

Comments
 (0)