From 6f10d9cea8841e3d2931367bcd06fd76ad785922 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Tue, 29 Jun 2010 16:36:27 +0000 Subject: [PATCH] changed WITH_EIGEN2=OFF to ON by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ca5dd9..5aafdf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -280,7 +280,7 @@ if(APPLE) endif() set(WITH_TBB OFF CACHE BOOL "Include TBB support") -set(WITH_EIGEN2 OFF CACHE BOOL "Include Eigen2 support") +set(WITH_EIGEN2 ON CACHE BOOL "Include Eigen2 support") # =================================================== # Macros that checks if module have been installed. -- 2.7.4