From 90e48d7440f32cd50da82e8301c4ef76e2aa7cdc Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 30 Dec 2024 23:37:57 +0300 Subject: CMake: Fixed warning at new CMake versinos --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dcfddc9..cb61b05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2...3.5) +cmake_minimum_required (VERSION 3.2...3.10) project (libADLMIDI VERSION 1.5.1 LANGUAGES C CXX) include(GNUInstallDirs) -- cgit v1.2.3