mirror of https://github.com/Icinga/icinga2.git
Require Boost v1.66.0+
This commit is contained in:
parent
1e124fd76d
commit
c262c701d9
|
@ -1,7 +1,7 @@
|
||||||
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.8)
|
cmake_minimum_required(VERSION 2.8.8)
|
||||||
set(BOOST_MIN_VERSION "1.53.0")
|
set(BOOST_MIN_VERSION "1.66.0")
|
||||||
|
|
||||||
project(icinga2)
|
project(icinga2)
|
||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
|
|
|
@ -1095,8 +1095,8 @@ Icinga application using a dist tarball (including notes for distributions):
|
||||||
- SUSE: libopenssl-devel (for SLES 11: libopenssl1-devel)
|
- SUSE: libopenssl-devel (for SLES 11: libopenssl1-devel)
|
||||||
- Debian/Ubuntu: libssl-dev
|
- Debian/Ubuntu: libssl-dev
|
||||||
- Alpine: libressl-dev
|
- Alpine: libressl-dev
|
||||||
* Boost library and header files >= 1.53.0
|
* Boost library and header files >= 1.66.0
|
||||||
- RHEL/Fedora: boost153-devel
|
- RHEL/Fedora: boost166-devel
|
||||||
- Debian/Ubuntu: libboost-all-dev
|
- Debian/Ubuntu: libboost-all-dev
|
||||||
- Alpine: boost-dev
|
- Alpine: boost-dev
|
||||||
* GNU bison (bison)
|
* GNU bison (bison)
|
||||||
|
|
Loading…
Reference in New Issue