From 142f2a56d0ac0a3db5b294efdfd09a0045c79f75 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 8 Dec 2017 14:18:47 +0800 Subject: [PATCH] cmake: do not build/install boost::regex we now use std::regex now, since we've dropped the support of GCC 4.8 Signed-off-by: Kefu Chai --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6337805198eab..16c48e9457582 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -627,7 +627,6 @@ set(ceph_common_deps json_spirit erasure_code ${LIB_RESOLV} Boost::thread Boost::system - Boost::regex Boost::random Boost::program_options Boost::date_time -- 2.39.5