Require CMake s/2.8.8/2.8.12/

because we can.
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-02-23 15:49:20 +01:00 committed by GitHub
parent bda8be343b
commit 45e1c29935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)