From a75a40f1ecaa4f77c8fd858da6bd0889b885f4f7 Mon Sep 17 00:00:00 2001 From: Rozhuk Ivan Date: Fri, 26 Jan 2024 22:03:25 +0200 Subject: [PATCH] Increase minimum CMake version to 3.10 to silence warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27f4440..4dadb19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # ############################# INITIAL SECTION ########################## -cmake_minimum_required(VERSION 3.1 FATAL_ERROR) +cmake_minimum_required(VERSION 3.10) project(gtk-mixer C)