Commit 6f10d9ce authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

changed WITH_EIGEN2=OFF to ON by default

parent d9ff8a30
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment