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
loco-3d
sot-talos-balance
Commits
18c4853b
Commit
18c4853b
authored
Aug 31, 2020
by
Guilhem Saurel
Browse files
[CMake] require dynamic-graph-python v4
parent
7b40188e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
18c4853b
...
...
@@ -50,7 +50,7 @@ IF(BUILD_PYTHON_INTERFACE)
SEARCH_FOR_BOOST_PYTHON
(
REQUIRED
)
STRING
(
REGEX REPLACE
"-"
"_"
PROJECT_NAME_UNDERSCORE
${
PROJECT_NAME
}
)
SET
(
PY_NAME
${
PROJECT_NAME_UNDERSCORE
}
)
ADD_PROJECT_DEPENDENCY
(
dynamic-graph-python REQUIRED
ADD_PROJECT_DEPENDENCY
(
dynamic-graph-python
4.0.0
REQUIRED
PKG_CONFIG_REQUIRES dynamic-graph-python
)
ENDIF
(
BUILD_PYTHON_INTERFACE
)
...
...
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