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 0ae7808 commit 18cec2dCopy full SHA for 18cec2d
CMakeLists.txt
@@ -80,7 +80,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
80
# - If catkin-based pinocchio is installed it runs the CFG_EXTRAS to set up the Pinocchio preprocessor directives
81
# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
82
# - If catkin is installed but it's python components are not in PYTHONPATH, this will fail, please remove this line
83
-find_package(catkin QUIET COMPONENTS pinocchio)
+#find_package(catkin QUIET COMPONENTS pinocchio)
84
85
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.2.0")
86
0 commit comments