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
Stack Of Tasks
pinocchio
Commits
354f700e
Unverified
Commit
354f700e
authored
Feb 24, 2020
by
Justin Carpentier
Committed by
GitHub
Feb 24, 2020
Browse files
Merge pull request #1091 from jcarpent/devel
Fix minimal version for EigenPy
parents
87e8e27f
4f99224c
Changes
1
Show whitespace changes
Inline
Side-by-side
bindings/python/CMakeLists.txt
View file @
354f700e
...
...
@@ -44,7 +44,7 @@ IF(BUILD_PYTHON_INTERFACE)
if
(
EIGEN3_FOUND
)
include_directories
(
${
EIGEN3_INCLUDE_DIR
}
)
endif
()
SET
(
PKG_CONFIG_PYWRAP_REQUIRES
"eigenpy >= 1.
5.0
"
)
SET
(
PKG_CONFIG_PYWRAP_REQUIRES
"eigenpy >= 1.
6.8
"
)
FOREACH
(
dep
${
PKG_CONFIG_PYWRAP_REQUIRES
}
)
ADD_COMPILE_DEPENDENCY
(
${
dep
}
)
ENDFOREACH
(
dep
${
PKG_CONFIG_PYWRAP_REQUIRES
}
)
...
...
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