]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not build/install boost::regex 19393/head
authorKefu Chai <kchai@redhat.com>
Fri, 8 Dec 2017 06:18:47 +0000 (14:18 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 9 Jan 2018 09:29:08 +0000 (17:29 +0800)
we now use std::regex now, since we've dropped the support of GCC 4.8

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

index 6337805198eabc4cf84d9586e62cbb02de48dbb4..16c48e94575829204f0afc75b74a8f952ea64d25 100644 (file)
@@ -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