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
Pierre Fernbach
tsid
Commits
852aca3f
Commit
852aca3f
authored
Jun 16, 2017
by
jcarpent
Committed by
Andrea Del Prete
Nov 24, 2017
Browse files
[CMake] Correct minimal version of Eigen3
parent
61fcaae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
852aca3f
...
...
@@ -79,7 +79,7 @@ ENDIF(EIGEN_NO_AUTOMATIC_RESIZING)
# ----------------------------------------------------
# --- DEPENDANCIES -----------------------------------
# ----------------------------------------------------
ADD_REQUIRED_DEPENDENCY
(
"eigen3 >= 3.
1
.0"
)
#
Not sure about the needed version of Eigen, but you need Eigen::Ref, so 3.0.5 is not enough
ADD_REQUIRED_DEPENDENCY
(
"eigen3 >= 3.
2
.0"
)
#
Eigen::Ref appeared from 3.2.0
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 1.2.0"
)
SET
(
BOOST_COMPONENTS unit_test_framework
)
...
...
Write
Preview
Markdown
is supported
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