Skip to content
Snippets Groups Projects
Commit f15c6332 authored by Masaki Murooka's avatar Masaki Murooka
Browse files

[CMkeLists.txt] make dependency on pinocchio not mandatory.

parent 4441d0df
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
# Project dependencies
ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES eigen3)
ADD_PROJECT_DEPENDENCY(pinocchio)
ADD_PROJECT_DEPENDENCY(pinocchio QUIET)
OPTION(CURVES_WITH_PINOCCHIO_SUPPORT "Build with pinocchio support" ${pinocchio_FOUND})
IF(CURVES_WITH_PINOCCHIO_SUPPORT)
IF(NOT pinocchio_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment