Skip to content
Snippets Groups Projects
Verified Commit d0f58c61 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix dependency name

parent c7304d32
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ SET(PINOCCHIO_MODEL_DIR "${PROJECT_SOURCE_DIR}/models")
# ----------------------------------------------------
# --- DEPENDENCIES -----------------------------------
# ----------------------------------------------------
ADD_PROJECT_DEPENDENCY(eigen3 3.0.5 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
ADD_PROJECT_DEPENDENCY(Eigen3 3.0.5 REQUIRED PKG_CONFIG_REQUIRES "eigen3 >= 3.0.5")
# Variable containing all the cflags definition relative to optional dependencies
SET(CFLAGS_DEPENDENCIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment