Update minimum CMake version.
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user