From b32f1813bba6eb1f9fcb2e953c38c901e05c2ea6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 28 Apr 2017 05:07:00 +0800 Subject: [PATCH] cmake: add "container" to required boost components it is used by our denc Signed-off-by: Kefu Chai --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 039209fcea0..f19fc2c054f 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() -- 2.39.5