From 264b56e15425c4df8e337df74138d934a76b1e86 Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Fri, 19 Sep 2025 17:28:16 +0200 Subject: [PATCH] chore: bump CMake version to 3.25 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a4384f7..1c897b0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ ############################################### ### DRAMSys ### ############################################### -cmake_minimum_required(VERSION 3.21) +cmake_minimum_required(VERSION 3.25) set(PROJECT_NAME "DRAMSys")