From 36c56dc05b104303039e7cd3acb7f1e2ec71a121 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Wed, 10 Dec 2025 19:39:39 +0200 Subject: cmake: Bump up minimum version to supress Alpine Linux compile warnings Signed-off-by: Denys Fedoryshchenko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0661e8fc..c13995da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) if (CMAKE_BINARY_DIR STREQUAL CMAKE_HOME_DIRECTORY) message(FATAL_ERROR "Building in source directory is forbidden. Please make separated build directory.") -- cgit v1.2.3