diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:16:04 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:16:04 +0200 |
commit | 92902a4f76747a11e70d38f3c1ffe5c408b4cb6a (patch) | |
tree | a3273a4ee789a84a0fd0a30b4e640b17c8813975 | |
parent | 43ef4805a585e173ec05b5d59a209f77d6813daa (diff) | |
download | hex-92902a4f76747a11e70d38f3c1ffe5c408b4cb6a.tar.gz hex-92902a4f76747a11e70d38f3c1ffe5c408b4cb6a.tar.xz hex-92902a4f76747a11e70d38f3c1ffe5c408b4cb6a.zip |
CMakeLists.txt: declare compatibility with 3.27
Sadly, the 3.5 deprecation warning doesn't go away after this.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa3e12..52a5c5d 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 (hex VERSION 0.1.0 LANGUAGES C) # Moar warnings |