Skip to content

Commit

Permalink
[LinearAlgebra] Trigger error on the Eigen version (sofa-framework#4630)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Apr 15, 2024
1 parent df6198a commit d5b6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sofa/framework/LinearAlgebra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ set(SOURCE_FILES
${SOFALINEARALGEBRASRC_ROOT}/init.cpp
)

sofa_find_package(Eigen3 REQUIRED)
sofa_find_package(Eigen3 3.3.5 REQUIRED)

if (SOFA_OPENMP AND "${EIGEN3_VERSION}" VERSION_LESS 3.2.10)
sofa_find_package(OpenMP BOTH_SCOPES) # will set/update SOFA_LINEARALGEBRA_HAVE_OPENMP
Expand Down

0 comments on commit d5b6f76

Please sign in to comment.