mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 09:23:12 +08:00
Boosttest only available for Boost version >= 1.53.0
This commit is contained in:
parent
15e53d5d93
commit
bba2f05064
@ -359,7 +359,7 @@ if(EIGEN_TEST_EIGEN2)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# boost MP unit test
|
# boost MP unit test
|
||||||
find_package(Boost)
|
find_package(Boost 1.53.0)
|
||||||
if(Boost_FOUND)
|
if(Boost_FOUND)
|
||||||
include_directories(${Boost_INCLUDE_DIRS})
|
include_directories(${Boost_INCLUDE_DIRS})
|
||||||
ei_add_test(boostmultiprec "" "${Boost_LIBRARIES}")
|
ei_add_test(boostmultiprec "" "${Boost_LIBRARIES}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user