Skip to content
Snippets Groups Projects
Commit ebb82d8a authored by jcarpent's avatar jcarpent
Browse files

[CMake][Fixed Bug] Set minimal version of EigenPy to 1.3.0

parent f2fdcdc6
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ ENDIF (INITIALIZE_WITH_NAN)
# --- DEPENDANCIES -----------------------------------
# ----------------------------------------------------
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.0.5")
ADD_OPTIONAL_DEPENDENCY("eigenpy >= 1.2.0")
ADD_OPTIONAL_DEPENDENCY("eigenpy >= 1.3.0")
ADD_OPTIONAL_DEPENDENCY("metapod >= 1.0.7")
ADD_OPTIONAL_DEPENDENCY("urdfdom >= 0.2.10")
ADD_OPTIONAL_DEPENDENCY("lua5.1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment