Skip to content

Commit a0e7d24

Browse files
NHOrusmadame-rachelle
authored andcommitted
Update CMakeLists.txt to work with CMake 4
CMake 4 dropped compatibility with CMake < 3.5 See https://bugs.gentoo.org/951932
1 parent 1bdcd47 commit a0e7d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 2.4)
1+
cmake_minimum_required(VERSION 3.5)
22

33
project(acc)
44

0 commit comments

Comments
 (0)