changed WITH_EIGEN2=OFF to ON by default

pull/13383/head
Vadim Pisarevsky 15 years ago
parent d9ff8a30f5
commit 6f10d9cea8
  1. 2
      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.

Loading…
Cancel
Save