Skip to content

Commit 83e37b3

Browse files
sunweaverbk138
authored andcommitted
CMake: bump cmake_minimum_required() to 3.10
Bump cmake_minimum_required() to 3.10. Make code build with CMake 4 without deprecation warning (as of now).
1 parent 9c68402 commit 83e37b3

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.5)
1+
cmake_minimum_required(VERSION 3.10)
22

33
set(PROJECT_LANGUAGES C)
44

0 commit comments

Comments
 (0)