Skip to content

Commit cbe019c

Browse files
committed
Restore minimum cmake version
1 parent 1c956da commit cbe019c

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 3.31)
1+
cmake_minimum_required(VERSION 4.0)
22
project(pylibbpf)
33

44
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)