Skip to content
Snippets Groups Projects
Unverified Commit 4923f541 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: Setup back add_project_dependency for eigenpy and pinocchio

parent 336adea3
No related branches found
Tags v4.3.0
No related merge requests found
Pipeline #42999 passed
......@@ -69,6 +69,8 @@ compute_project_args(PROJECT_ARGS LANGUAGES CXX)
project(${PROJECT_NAME} ${PROJECT_ARGS})
if(BUILD_PYTHON_INTERFACE)
add_project_dependency(eigenpy 3.0.0 REQUIRED)
add_project_dependency(pinocchio 2.7.0 REQUIRED)
string(REGEX REPLACE "-" "_" PY_NAME ${PROJECT_NAME})
findpython(REQUIRED)
add_subdirectory(python)
......
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