diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:18:16 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:18:16 +0200 |
commit | d47a97cd8efdcb0936ba83942aa1c1f0ecf9b077 (patch) | |
tree | 5825beb36544030225284dc69f08dfc1e0ebe6dc /CMakeLists.txt | |
parent | f6646d787f040980ab5441fed6c5db1811ca8653 (diff) | |
download | neetdraw-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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 |