changed WITH_EIGEN2=OFF to ON by default

This commit is contained in:
Vadim Pisarevsky 2010-06-29 16:36:27 +00:00
parent d9ff8a30f5
commit 6f10d9cea8

View File

@ -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.