From: Kefu Chai Date: Thu, 27 Apr 2017 21:07:00 +0000 (+0800) Subject: cmake: add "container" to required boost components X-Git-Tag: v12.0.3~193^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14850%2Fhead;p=ceph.git cmake: add "container" to required boost components it is used by our denc Signed-off-by: Kefu Chai --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 039209fcea09..f19fc2c054f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()