]> granicus.if.org Git - icinga2/commitdiff
Require Boost v1.66.0+
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Thu, 7 Feb 2019 15:33:59 +0000 (16:33 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Mon, 1 Apr 2019 09:40:14 +0000 (11:40 +0200)
CMakeLists.txt
doc/21-development.md

index d94eb79ff940b3f6d808ad7a1fd7fa680f4ec496..359fa16a21e8e9890518ef6bcb9c8987c181e757 100644 (file)
@@ -1,7 +1,7 @@
 # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
 
 cmake_minimum_required(VERSION 2.8.8)
-set(BOOST_MIN_VERSION "1.53.0")
+set(BOOST_MIN_VERSION "1.66.0")
 
 project(icinga2)
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
index aa50f0097f28680a21d1fee341e1815845748f18..72bca8f338a2d8a74b94f419c119fcc7370ef393 100644 (file)
@@ -1095,8 +1095,8 @@ Icinga application using a dist tarball (including notes for distributions):
   - SUSE: libopenssl-devel (for SLES 11: libopenssl1-devel)
   - Debian/Ubuntu: libssl-dev
   - Alpine: libressl-dev
-* Boost library and header files >= 1.53.0
-  - RHEL/Fedora: boost153-devel
+* Boost library and header files >= 1.66.0
+  - RHEL/Fedora: boost166-devel
   - Debian/Ubuntu: libboost-all-dev
   - Alpine: boost-dev
 * GNU bison (bison)