Skip to content

Commit 4923f54

Browse files
committed
cmake: Setup back add_project_dependency for eigenpy and pinocchio
1 parent 336adea commit 4923f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ compute_project_args(PROJECT_ARGS LANGUAGES CXX)
6969
project(${PROJECT_NAME} ${PROJECT_ARGS})
7070

7171
if(BUILD_PYTHON_INTERFACE)
72+
add_project_dependency(eigenpy 3.0.0 REQUIRED)
73+
add_project_dependency(pinocchio 2.7.0 REQUIRED)
7274
string(REGEX REPLACE "-" "_" PY_NAME ${PROJECT_NAME})
7375
findpython(REQUIRED)
7476
add_subdirectory(python)

0 commit comments

Comments
 (0)