Use latest version of eigen.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ if (ICBEXMM)
|
||||
if (NOT EIGEN3_FOUND) # If not found, piggy-back pkg-config files.
|
||||
message(WARNING "CMake didn't find the Eigen3 package. Try to look for pkg-config file...")
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(EIGEN3 REQUIRED eigen3>=3.2)
|
||||
pkg_check_modules(EIGEN3 REQUIRED eigen3>=3.3)
|
||||
endif ()
|
||||
find_program (BASH_PROGRAM bash)
|
||||
|
||||
|
||||
+1
-1
@@ -78,7 +78,7 @@ AC_ARG_ENABLE([icb-exmm],
|
||||
[AS_VAR_SET([enable_icb_exmm], [no])])
|
||||
|
||||
if test x"$enable_icb_exmm" != x"no"; then
|
||||
PKG_CHECK_MODULES([EIGEN3], [eigen3 >= 3.2], [], [AC_MSG_ERROR([Eigen not found. Give hints with PKG_CONFIG_PATH. Disable the need of this dependency using --disable-icb-exmm])])
|
||||
PKG_CHECK_MODULES([EIGEN3], [eigen3 >= 3.3], [], [AC_MSG_ERROR([Eigen not found. Give hints with PKG_CONFIG_PATH. Disable the need of this dependency using --disable-icb-exmm])])
|
||||
AC_LANG_PUSH([C++])
|
||||
CPPFLAGS_SAVE=$CPPFLAGS
|
||||
CPPFLAGS=$EIGEN3_CFLAGS
|
||||
|
||||
Reference in New Issue
Block a user