Skip to content

Commit e5df7dd

Browse files
committed
cmake: fix build with cmake 4.0.0
1 parent c5ca4f5 commit e5df7dd

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.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(pystring CXX)
33

44
option (BUILD_SHARED_LIBS "Build shared libraries (set to OFF to build static libs)" ON)

0 commit comments

Comments
 (0)