aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-08-01 03:22:17 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-08-01 03:22:17 +0200
commitdb6357db9ae70f7bbb278abfadca0f41cb2bf854 (patch)
tree3b8bbe984f02673a57d49342b754bc5598081765
parent7a0cb13a1a653f61b0e715f79156046898d0dd1b (diff)
downloadliberty-db6357db9ae70f7bbb278abfadca0f41cb2bf854.tar.gz
liberty-db6357db9ae70f7bbb278abfadca0f41cb2bf854.tar.xz
liberty-db6357db9ae70f7bbb278abfadca0f41cb2bf854.zip
CMakeLists.txt: declare compatibility with 3.27
Sadly, the 3.5 deprecation warning doesn't go away after this.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0da5470..c6ff25d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.0...3.27)
project (liberty C CXX)
# Moar warnings