Skip to content
Snippets Groups Projects
Unverified Commit abf7f818 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #97 from nim65s/devel

[CMake] Search for Python & Boost::Python
parents ac7f8466 a837da30
No related branches found
No related tags found
No related merge requests found
Pipeline #21534 passed
......@@ -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)
......
Subproject commit 1f0c5d5dca37fd04cd6cb55c29db49e8708f8144
Subproject commit 8d43fb06bb0e4cec20a502c651be24dc74feb703
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