mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
cmake: add "container" to required boost components
it is used by our denc Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
b67c5c7aa4
commit
b32f1813bb
@ -513,7 +513,7 @@ endif()
|
||||
option(WITH_SYSTEM_BOOST "require and build with system Boost" OFF)
|
||||
|
||||
set(BOOST_COMPONENTS
|
||||
thread system regex random program_options date_time iostreams)
|
||||
container thread system regex random program_options date_time iostreams)
|
||||
if(WITH_MGR)
|
||||
list(APPEND BOOST_COMPONENTS python)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user