Skip to content

Commit

Permalink
[CMake] hpp-pinocchio is required
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 11, 2020
1 parent 49d233f commit e94ed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SET(USE_QPOASES TRUE CACHE BOOL "Use qpOASES solver for static stability")
COMPUTE_PROJECT_ARGS(PROJECT_ARGS LANGUAGES CXX)
PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})

ADD_PROJECT_DEPENDENCY(hpp-pinocchio)
ADD_PROJECT_DEPENDENCY(hpp-pinocchio REQUIRED)
IF(USE_QPOASES)
SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/find-external/qpOASES")
FIND_PACKAGE(qpOASES REQUIRED)
Expand Down

0 comments on commit e94ed35

Please sign in to comment.