From: Kefu Chai Date: Fri, 8 Dec 2017 06:18:47 +0000 (+0800) Subject: cmake: do not build/install boost::regex X-Git-Tag: v13.0.2~575^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=142f2a56d0ac0a3db5b294efdfd09a0045c79f75;p=ceph.git 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 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6337805198ea..16c48e945758 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