File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
7777# Fail-safe support for catkin-ized pinocchio:
7878# - If catkin-based pinocchio is installed it runs the CFG_EXTRAS to set up the Pinocchio preprocessor directives
7979# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
80- find_package (catkin QUIET COMPONENTS pinocchio)
80+ # find_package(catkin QUIET COMPONENTS pinocchio)
8181
8282ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.3.0" )
8383
@@ -88,7 +88,7 @@ SET(BOOST_OPTIONAL_COMPONENTS "")
8888IF (BUILD_PYTHON_INTERFACE)
8989 SET (BOOST_OPTIONAL_COMPONENTS ${BOOST_OPTIONAL_COMPONENTS} python)
9090 FINDPYTHON()
91- INCLUDE_DIRECTORIES (SYSTEM ${PYTHON_INCLUDE_DIRS} )
91+ INCLUDE_DIRECTORIES (SYSTEM ${PYTHON_INCLUDE_DIRS} )
9292 ADD_REQUIRED_DEPENDENCY("eigenpy >= 1.4.0" )
9393ENDIF (BUILD_PYTHON_INTERFACE)
9494
You can’t perform that action at this time.
0 commit comments