From 0419bf3905d8b3e031b2124b513bac428fa907cb Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Tue, 23 May 2023 13:37:09 +0200 Subject: [PATCH] Update minimum CMake version. --- CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c495f257..662b8426 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020, Technische Universität Kaiserslautern +# Copyright (c) 2023, Technische Universität Kaiserslautern # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -34,10 +34,9 @@ ############################################### ### DRAMSys ### ############################################### -cmake_minimum_required(VERSION 3.13.0) +cmake_minimum_required(VERSION 3.24.0) -set(PROJECT_NAME "DRAMSys 5.0") -set(PROJECT_SHORTNAME "DRAMSys") +set(PROJECT_NAME "DRAMSys") project(${PROJECT_NAME} VERSION "5.0")