aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-08-01 03:18:16 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-08-01 03:18:16 +0200
commitd47a97cd8efdcb0936ba83942aa1c1f0ecf9b077 (patch)
tree5825beb36544030225284dc69f08dfc1e0ebe6dc
parentf6646d787f040980ab5441fed6c5db1811ca8653 (diff)
downloadneetdraw-d47a97cd8efdcb0936ba83942aa1c1f0ecf9b077.tar.gz
neetdraw-d47a97cd8efdcb0936ba83942aa1c1f0ecf9b077.tar.xz
neetdraw-d47a97cd8efdcb0936ba83942aa1c1f0ecf9b077.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 27f9085..d92e17f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required (VERSION 3.0...3.27)
project (neetdraw VERSION 0.1.0 LANGUAGES C)
# Moar warnings