aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2023-08-07 11:58:59 +0300
committerWohlstand <admin@wohlnet.ru>2023-08-07 11:58:59 +0300
commitcf11b8f9c04dd2c27e17f713321cfc6ff063be07 (patch)
treef82978b860cedd7eb8181e61c65a1de7a25a6842 /CMakeLists.txt
parent8b0541ee9eaa9e72f7a018688eb6524db2ce2834 (diff)
downloadlibADLMIDI-cf11b8f9c04dd2c27e17f713321cfc6ff063be07.tar.gz
libADLMIDI-cf11b8f9c04dd2c27e17f713321cfc6ff063be07.tar.bz2
libADLMIDI-cf11b8f9c04dd2c27e17f713321cfc6ff063be07.zip
CMake: Added range of minimal versions
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)