mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fix CMake BOOST warning
This commit is contained in:
parent
dd56367554
commit
179a49684a
@ -384,7 +384,7 @@ if(EIGEN_TEST_EIGEN2)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# boost MP unit test
|
# boost MP unit test
|
||||||
find_package(Boost 1.53.0)
|
find_package(Boost 1.53.0 CONFIG)
|
||||||
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