]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add "container" to required boost components 14850/head
authorKefu Chai <kchai@redhat.com>
Thu, 27 Apr 2017 21:07:00 +0000 (05:07 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 27 Apr 2017 21:09:08 +0000 (05:09 +0800)
it is used by our denc

Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index 039209fcea0904df236b702f882abac356aeef54..f19fc2c054f690a8c8e8e615c4b279a1c2dce5bf 100644 (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()