mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:24:49 +02:00
Bump the minimum CMake version to 3.20.
This should hopefully prevent us from being burned by CMake dropping old version compatibility for a long time.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
# This usage of CMake requires at least version 3.8
|
||||
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
|
||||
# This usage of CMake requires at least version 3.20
|
||||
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
|
||||
|
||||
# Set the project as C++ primarily, but have C enabled for the checks required later
|
||||
project(Anope CXX)
|
||||
|
||||
Reference in New Issue
Block a user