changed WITH_EIGEN2=OFF to ON by default
authorVadim Pisarevsky <no@email>
Tue, 29 Jun 2010 16:36:27 +0000 (16:36 +0000)
committerVadim Pisarevsky <no@email>
Tue, 29 Jun 2010 16:36:27 +0000 (16:36 +0000)
CMakeLists.txt

index 9ca5dd9..5aafdf9 100644 (file)
@@ -280,7 +280,7 @@ if(APPLE)
 endif()\r
 \r
 set(WITH_TBB OFF CACHE BOOL "Include TBB support")\r
-set(WITH_EIGEN2 OFF CACHE BOOL "Include Eigen2 support")\r
+set(WITH_EIGEN2 ON CACHE BOOL "Include Eigen2 support")\r
 \r
 # ===================================================\r
 # Macros that checks if module have been installed.\r