Skip to content

Commit 18cec2d

Browse files
committed
[CMake] remove catkin for the release
1 parent 0ae7808 commit 18cec2d

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
@@ -80,7 +80,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
8080
# - If catkin-based pinocchio is installed it runs the CFG_EXTRAS to set up the Pinocchio preprocessor directives
8181
# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
8282
# - 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)
83+
#find_package(catkin QUIET COMPONENTS pinocchio)
8484

8585
ADD_REQUIRED_DEPENDENCY("pinocchio >= 2.2.0")
8686

0 commit comments

Comments
 (0)