mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
pass to eigen3 ;)
This commit is contained in:
parent
faeae169dd
commit
86acb46518
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
find_package(Eigen2)
|
find_package(Eigen)
|
||||||
if (EIGEN2_FOUND)
|
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_linear main_linear.cpp)
|
||||||
btl_add_bench(btl_eigen3_vecmat main_vecmat.cpp)
|
btl_add_bench(btl_eigen3_vecmat main_vecmat.cpp)
|
||||||
btl_add_bench(btl_eigen3_matmat main_matmat.cpp)
|
btl_add_bench(btl_eigen3_matmat main_matmat.cpp)
|
||||||
@ -54,4 +54,4 @@ if (EIGEN2_FOUND)
|
|||||||
endif(BUILD_btl_tiny_eigen3_novec)
|
endif(BUILD_btl_tiny_eigen3_novec)
|
||||||
endif(NOT BTL_NOVEC)
|
endif(NOT BTL_NOVEC)
|
||||||
|
|
||||||
endif (EIGEN2_FOUND)
|
endif (EIGEN_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user