Bump cmake version

This commit is contained in:
Ivan Epifanov
2026-01-28 19:45:50 +03:00
parent 75e5b00ef7
commit 27239f7844
+10
View File
@@ -812,3 +812,13 @@ index 9cc6c16b..9799bf85 100644
/* Define if we have the stat function */ /* Define if we have the stat function */
#cmakedefine HAVE_STAT #cmakedefine HAVE_STAT
diff --git a/native-tools/CMakeLists.txt b/native-tools/CMakeLists.txt
index 5e816bba..e2db9067 100644
--- a/native-tools/CMakeLists.txt
+++ b/native-tools/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0.2)
+cmake_minimum_required(VERSION 3.5)
project(native-tools)