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

cmake: Use ADD_PROJECT_PRIVATE_DEPENDENCY find eigenpy

parent 041ac9f3
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.0") ...@@ -124,7 +124,7 @@ ADD_PROJECT_DEPENDENCY(Eigen3 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.0")
if(BUILD_PYTHON_INTERFACE) if(BUILD_PYTHON_INTERFACE)
FINDPYTHON(REQUIRED) FINDPYTHON(REQUIRED)
FIND_PACKAGE(eigenpy 2.9.2 REQUIRED) ADD_PROJECT_PRIVATE_DEPENDENCY(eigenpy 2.9.2 REQUIRED)
endif() endif()
# Required dependencies # Required dependencies
......
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