Skip to content

Commit 25242f0

Browse files
committed
[CMake] Require eigen 3.3
Otherwise: …/unittest/eiquadprog-rt.cpp:180:24: error: call of overloaded 'Matrix(int)' is ambiguous
1 parent 3e06f97 commit 25242f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT(${PROJECT_NAME} VERSION ${PROJECT_VERSION_FULL} LANGUAGES CXX)
4040
# ----------------------------------------------------
4141
# --- DEPENDENCIES -----------------------------------
4242
# ----------------------------------------------------
43-
ADD_REQUIRED_DEPENDENCY("eigen3")
43+
ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.92")
4444

4545
SET(BOOST_COMPONENTS unit_test_framework)
4646
SEARCH_FOR_BOOST()

0 commit comments

Comments
 (0)