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
94370fc8
Unverified
Commit
94370fc8
authored
Jan 07, 2020
by
Guilhem Saurel
Committed by
GitHub
Jan 07, 2020
Browse files
Merge pull request #26 from nim65s/devel
[CMake] update minimal eigenpy version
parents
c76e5052
86d71b52
Pipeline
#7814
passed with stage
in 12 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
94370fc8
...
...
@@ -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