From cf11b8f9c04dd2c27e17f713321cfc6ff063be07 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 7 Aug 2023 11:58:59 +0300 Subject: CMake: Added range of minimal versions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e9cc8b..2fd89e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.2) +cmake_minimum_required (VERSION 3.2...3.5) project (libADLMIDI VERSION 1.5.1 LANGUAGES C CXX) include(GNUInstallDirs) -- cgit v1.2.3