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
Guilhem Saurel
ndcurves
Commits
86d71b52
Commit
86d71b52
authored
Jan 07, 2020
by
Guilhem Saurel
Browse files
[CMake] update minimal eigenpy version
ref.
https://github.com/stack-of-tasks/eigenpy/issues/126
cc.
@stonneau
parent
c76e5052
Pipeline
#7812
passed with stage
in 7 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
86d71b52
...
...
@@ -38,7 +38,7 @@ IF(BUILD_PYTHON_INTERFACE)
STRING
(
REGEX REPLACE
"-"
"_"
PY_NAME
${
PROJECT_NAME
}
)
ADD_REQUIRED_DEPENDENCY
(
"eigenpy"
)
ADD_REQUIRED_DEPENDENCY
(
"eigenpy
>= 1.6.8
"
)
SET
(
BOOST_COMPONENTS
${
BOOST_COMPONENTS
}
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