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

[CMake] require dynamic-graph >= 4.4.0

Otherwise we can't include its fwd.hh
parent ea6a489c
No related branches found
No related tags found
No related merge requests found
Pipeline #15699 passed
...@@ -30,7 +30,7 @@ CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE) ...@@ -30,7 +30,7 @@ CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
# Project dependencies # Project dependencies
FINDPYTHON() FINDPYTHON()
ADD_PROJECT_DEPENDENCY(dynamic-graph REQUIRED) ADD_PROJECT_DEPENDENCY(dynamic-graph 4.4.0 REQUIRED)
ADD_PROJECT_DEPENDENCY(eigenpy REQUIRED) ADD_PROJECT_DEPENDENCY(eigenpy REQUIRED)
SEARCH_FOR_BOOST_PYTHON(REQUIRED) SEARCH_FOR_BOOST_PYTHON(REQUIRED)
IF(BUILD_TESTING) IF(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