summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-06-16 00:32:59 -0400
committerpommicket <pommicket@gmail.com>2025-06-16 00:32:59 -0400
commit674053a006307a56179c780c71d9dc0cc2ea856b (patch)
tree4094a0ce2392a888e7ca35493e975f2c08f8877b /CMakeLists.txt
parentf62bb21df68ea94d34eb88df09df371a3808e7a0 (diff)
update CMakeLists to hopefully silence deprecation warning
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 74816ce..c1987cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5...3.25)
project(ted)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(SOURCES buffer.c build.c colors.c command.c config.c find.c gl.c ide-autocomplete.c