diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:09:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-08-01 03:09:31 +0200 |
commit | 58f7ba55b31102836b5b37e8b1f2392749398b26 (patch) | |
tree | 3d132b7ca5dbdd24eb4d0940f45a848e578df708 /CMakeLists.txt | |
parent | d2cfc2ee81d4560d5484ed4a9a714451b5bc5440 (diff) | |
download | tdv-58f7ba55b31102836b5b37e8b1f2392749398b26.tar.gz tdv-58f7ba55b31102836b5b37e8b1f2392749398b26.tar.xz tdv-58f7ba55b31102836b5b37e8b1f2392749398b26.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 3aecea8..2e3986b 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 (tdv VERSION 0.1.0 LANGUAGES C) # Adjust warnings |