diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:01:06 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:01:06 +0200 |
commit | 9dfd89ef06630204109fac52340ae784779952eb (patch) | |
tree | fab559982d5457a0c8b20462655bd944f9c64245 | |
parent | 4b592ec2959fb07eba0b9041f1cb19b81a9ef56a (diff) | |
download | nncmpp-9dfd89ef06630204109fac52340ae784779952eb.tar.gz nncmpp-9dfd89ef06630204109fac52340ae784779952eb.tar.xz nncmpp-9dfd89ef06630204109fac52340ae784779952eb.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 c49574e..cde3640 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 (nncmpp VERSION 2.0.0 LANGUAGES C) # Moar warnings |