Skip to content

Commit 5014411

Browse files
committed
[CMake] disable catkin for now
as it prevents to make a release
1 parent 594241d commit 5014411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8282
ADD_REQUIRED_DEPENDENCY("pinocchio >= 1.3.0")
8383

@@ -88,7 +88,7 @@ SET(BOOST_OPTIONAL_COMPONENTS "")
8888
IF(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")
9393
ENDIF(BUILD_PYTHON_INTERFACE)
9494

0 commit comments

Comments
 (0)