From f60fb86a29714204c1e8e75d7230f79e185f8a30 Mon Sep 17 00:00:00 2001 From: Baycan Vural Date: Fri, 4 Apr 2025 00:32:00 +0300 Subject: [PATCH] Fix cmake compatibility warning is an error now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 282447f..3aad97f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.2...4.0.0) project(LRUCache11)