Skip to content

Commit 57a92c3

Browse files
committed
update cmake_minimum_required to 3.25.0
1 parent e065929 commit 57a92c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.11.0)
1+
cmake_minimum_required(VERSION 3.25.0)
22
project(CXLMemSim VERSION 0.1.0)
33

44
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")

0 commit comments

Comments
 (0)