mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6934 from Icinga/bugfix/boost-version-6933
Raise required Boost version to 1.53
This commit is contained in:
commit
53981ec86f
|
@ -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")
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue