mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Boosttest only available for Boost version >= 1.53.0
This commit is contained in:
@@ -359,7 +359,7 @@ if(EIGEN_TEST_EIGEN2)
|
||||
endif()
|
||||
|
||||
# boost MP unit test
|
||||
find_package(Boost)
|
||||
find_package(Boost 1.53.0)
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
ei_add_test(boostmultiprec "" "${Boost_LIBRARIES}")
|
||||
|
||||
Reference in New Issue
Block a user