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")