Skip to content

Commit f7cdd17

Browse files
authored
Merge pull request #47 from tgurr/cmake-4.0
cmake: fix build with cmake 4.0.0
2 parents c5ca4f5 + e5df7dd commit f7cdd17

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)