mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
pass to eigen3 ;)
This commit is contained in:
parent
faeae169dd
commit
86acb46518
@ -1,8 +1,8 @@
|
||||
|
||||
find_package(Eigen2)
|
||||
if (EIGEN2_FOUND)
|
||||
find_package(Eigen)
|
||||
if (EIGEN_FOUND)
|
||||
|
||||
include_directories(${EIGEN2_INCLUDE_DIR})
|
||||
include_directories(${EIGEN_INCLUDE_DIR})
|
||||
btl_add_bench(btl_eigen3_linear main_linear.cpp)
|
||||
btl_add_bench(btl_eigen3_vecmat main_vecmat.cpp)
|
||||
btl_add_bench(btl_eigen3_matmat main_matmat.cpp)
|
||||
@ -54,4 +54,4 @@ if (EIGEN2_FOUND)
|
||||
endif(BUILD_btl_tiny_eigen3_novec)
|
||||
endif(NOT BTL_NOVEC)
|
||||
|
||||
endif (EIGEN2_FOUND)
|
||||
endif (EIGEN_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user