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
9d85635c
Commit
9d85635c
authored
Jan 23, 2020
by
Guilhem Saurel
Browse files
[CMake] CMake exports in dynamic-graph require 3.8.1
parent
de6e3fa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9d85635c
...
...
@@ -28,7 +28,7 @@ FINDPYTHON()
INCLUDE_DIRECTORIES
(
SYSTEM
${
PYTHON_INCLUDE_DIRS
}
)
ADD_REQUIRED_DEPENDENCY
(
eigen3
)
ADD_PROJECT_DEPENDENCY
(
dynamic-graph 3.
0.0
REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
dynamic-graph 3.
8.1
REQUIRED
)
PKG_CONFIG_APPEND_LIBS
(
"dynamic-graph-python"
)
...
...
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