From 674053a006307a56179c780c71d9dc0cc2ea856b Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 16 Jun 2025 00:32:59 -0400 Subject: update CMakeLists to hopefully silence deprecation warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3