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:
Kefu Chai 2017-04-28 05:07:00 +08:00
parent b67c5c7aa4
commit b32f1813bb

View File

@ -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()