[cmake] raise minimum version to 3.7

cmake 3.7.0 was tagged on 2016-11-11
debian stretch (currentyl oldoldstable): 3.7.2
ubuntu bionic (18.04LTS): 3.10.2
personal/stbuehler/tests-path
Stefan Bühler 2022-01-06 15:45:49 +01:00
parent 8ebe1c5333
commit a092235121
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project(lighttpd C)
cmake_minimum_required(VERSION 2.8.2 FATAL_ERROR)
cmake_minimum_required(VERSION 3.7.0 FATAL_ERROR)
# use C11 with CMake >= 3.1
set(CMAKE_C_STANDARD 11)