Skip to content

Commit

Permalink
build: enforce Eigen >= 3.4 (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
magwe authored Oct 27, 2023
1 parent ecd5dde commit 15a1407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ if(Boost_FOUND)
endif()
endif()

FIND_PACKAGE(Eigen3 REQUIRED)
FIND_PACKAGE(Eigen3 3.4 REQUIRED)
if(EIGEN3_FOUND)
LIST(APPEND OpenMVS_EXTRA_INCLUDES ${EIGEN3_INCLUDE_DIR})
INCLUDE_DIRECTORIES(${EIGEN3_INCLUDE_DIR})
Expand Down

0 comments on commit 15a1407

Please sign in to comment.