Update minimum CMake version.

This commit is contained in:
Lukas Steiner
2023-05-23 13:37:09 +02:00
parent a09a97423b
commit 0419bf3905

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2020, Technische Universität Kaiserslautern # Copyright (c) 2023, Technische Universität Kaiserslautern
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@@ -34,10 +34,9 @@
############################################### ###############################################
### DRAMSys ### ### DRAMSys ###
############################################### ###############################################
cmake_minimum_required(VERSION 3.13.0) cmake_minimum_required(VERSION 3.24.0)
set(PROJECT_NAME "DRAMSys 5.0") set(PROJECT_NAME "DRAMSys")
set(PROJECT_SHORTNAME "DRAMSys")
project(${PROJECT_NAME} VERSION "5.0") project(${PROJECT_NAME} VERSION "5.0")