We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5014411 commit 08e3131Copy full SHA for 08e3131
CMakeLists.txt
@@ -79,7 +79,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
79
# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
80
#find_package(catkin QUIET COMPONENTS pinocchio)
81
82
-ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.3.0")
+ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.0.0")
83
84
SET(BOOST_REQUIERED_COMPONENTS filesystem system)
85
SET(BOOST_BUILD_COMPONENTS unit_test_framework)
0 commit comments