Skip to content
GitLab
Menu
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
pinocchio
Commits
68639855
Commit
68639855
authored
Sep 22, 2016
by
jcarpent
Browse files
[CMake] eigenpy 1.3.1 is required to avoid crash with dynamic linkage
parent
4a089bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
68639855
...
...
@@ -108,7 +108,7 @@ SET(BOOST_BUILD_COMPONENTS unit_test_framework)
SET
(
BOOST_OPTIONAL_COMPONENTS
""
)
IF
(
BUILD_PYTHON_INTERFACE
)
ADD_SEPARATE_DEPENDENCY
(
"eigenpy >= 1.3.
0
"
)
ADD_SEPARATE_DEPENDENCY
(
"eigenpy >= 1.3.
1
"
)
SET
(
BOOST_OPTIONAL_COMPONENTS
${
BOOST_OPTIONAL_COMPONENTS
}
python
)
FINDPYTHON
(
2.7 EXACT REQUIRED
)
INCLUDE_DIRECTORIES
(
${
PYTHON_INCLUDE_DIRS
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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