]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: bump up the required boost version to 1.67 22392/head
authorKefu Chai <kchai@redhat.com>
Mon, 4 Jun 2018 14:27:55 +0000 (22:27 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 4 Jun 2018 14:27:55 +0000 (22:27 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index c904497866ff9993a2929b6011ac7cf3d028d530..d557536c20531c47d6838173851e3cb7f1539c9b 100644 (file)
@@ -604,13 +604,13 @@ if(WITH_SYSTEM_BOOST)
   else()
     set(Boost_USE_STATIC_LIBS ON)
   endif()
-  find_package(Boost 1.66 COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
+  find_package(Boost 1.67 COMPONENTS ${BOOST_COMPONENTS} REQUIRED)
 else()
   set(BOOST_J 1 CACHE STRING
     "max jobs for Boost build") # override w/-DBOOST_J=<n>
   set(Boost_USE_STATIC_LIBS ON)
   include(BuildBoost)
-  build_boost(1.66
+  build_boost(1.67
     COMPONENTS ${BOOST_COMPONENTS} ${BOOST_HEADER_COMPONENTS})
   include_directories(BEFORE SYSTEM ${Boost_INCLUDE_DIRS})
 endif()