Skip to content
Snippets Groups Projects
Commit 21a67263 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] Search for Python & Boost::Python

as eigenpy doesn't need the interpreter, rely on it is not enough
parent ac7f8466
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ project(${PROJECT_NAME} ${PROJECT_ARGS})
check_minimal_cxx_standard(14 ENFORCE)
# Project dependencies
set(PYTHON_COMPONENTS Interpreter Development NumPy)
add_project_dependency(dynamic-graph 4.4.0 REQUIRED)
add_project_dependency(eigenpy 2.7.10 REQUIRED)
include(cmake/python.cmake) # TODO: overwriting eigenpy/python.cmake
if(BUILD_TESTING)
find_package(Boost REQUIRED COMPONENTS unit_test_framework)
endif(BUILD_TESTING)
......
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