From 1dcdf2270501c17572f58ce2ed00bc8c918f7e01 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 7 Aug 2023 11:59:50 +0300 Subject: [PATCH] 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 b027bc9..27c0402 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 2.8.12...3.5) project(SDLMixerX C CXX) set(SDLMixerX_VERSION_MAJOR 2)