]> granicus.if.org Git - icinga2/commitdiff
Raise required Boost version to 1.53 6934/head
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Feb 2019 16:33:46 +0000 (17:33 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Fri, 8 Feb 2019 16:33:46 +0000 (17:33 +0100)
refs #6933

CMakeLists.txt
doc/21-development.md

index 9c36642919592a7ef5ce262458c9e370428cb200..672dee33770c2cd515c7aaebada11f43a925e7c8 100644 (file)
@@ -16,7 +16,7 @@
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 cmake_minimum_required(VERSION 2.8.8)
-set(BOOST_MIN_VERSION "1.48.0")
+set(BOOST_MIN_VERSION "1.53.0")
 
 project(icinga2)
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
index d26c8dbae0bea3aa2bfffdbfbdeeb5cdd076588d..01d82653bbd3fd6d94afef78db084eeee8bcc53d 100644 (file)
@@ -1093,8 +1093,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.48.0
-  - RHEL/Fedora: boost148-devel
+* Boost library and header files >= 1.53.0
+  - RHEL/Fedora: boost153-devel
   - Debian/Ubuntu: libboost-all-dev
   - Alpine: boost-dev
 * GNU bison (bison)