Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
3b56e46b
Commit
3b56e46b
authored
Aug 18, 2021
by
Guilhem Saurel
Browse files
[CMake] require dynamic-graph >= 4.4.0
Otherwise we can't include its fwd.hh
parent
ea6a489c
Pipeline
#15699
passed with stage
in 7 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3b56e46b
...
...
@@ -30,7 +30,7 @@ CHECK_MINIMAL_CXX_STANDARD(14 ENFORCE)
# Project dependencies
FINDPYTHON
()
ADD_PROJECT_DEPENDENCY
(
dynamic-graph REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
dynamic-graph
4.4.0
REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
eigenpy REQUIRED
)
SEARCH_FOR_BOOST_PYTHON
(
REQUIRED
)
IF
(
BUILD_TESTING
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment