mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9706 from Icinga/Al2Klimov-patch-3
Require CMake s/2.8.8/2.8.12/
This commit is contained in:
commit
9f5ba58a1c
|
@ -1,6 +1,6 @@
|
||||||
# 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.12)
|
||||||
set(BOOST_MIN_VERSION "1.66.0")
|
set(BOOST_MIN_VERSION "1.66.0")
|
||||||
|
|
||||||
if("${CMAKE_VERSION}" VERSION_LESS "3.8") # SLES 12.5
|
if("${CMAKE_VERSION}" VERSION_LESS "3.8") # SLES 12.5
|
||||||
|
|
Loading…
Reference in New Issue