mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
FairMQ: Require Boost 1.66
This commit is contained in:
parent
7cacf471b9
commit
31edf948de
|
@ -105,7 +105,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK)
|
||||||
set(Boost_NO_BOOST_CMAKE ON)
|
set(Boost_NO_BOOST_CMAKE ON)
|
||||||
endif()
|
endif()
|
||||||
find_package2(PUBLIC Boost REQUIRED
|
find_package2(PUBLIC Boost REQUIRED
|
||||||
VERSION 1.64
|
VERSION 1.66
|
||||||
|
|
||||||
COMPONENTS
|
COMPONENTS
|
||||||
container
|
container
|
||||||
|
|
Loading…
Reference in New Issue
Block a user