Skip to content

Commit 08e3131

Browse files
committed
[CMake] depend on pinocchio v2
1 parent 5014411 commit 08e3131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
7979
# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
8080
#find_package(catkin QUIET COMPONENTS pinocchio)
8181

82-
ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.3.0")
82+
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.0.0")
8383

8484
SET(BOOST_REQUIERED_COMPONENTS filesystem system)
8585
SET(BOOST_BUILD_COMPONENTS unit_test_framework)

0 commit comments

Comments
 (0)