changed WITH_EIGEN2=OFF to ON by default
This commit is contained in:
parent
d9ff8a30f5
commit
6f10d9cea8
@ -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…
x
Reference in New Issue
Block a user