aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2024-12-30 23:37:57 +0300
committerWohlstand <admin@wohlnet.ru>2024-12-30 23:37:57 +0300
commit90e48d7440f32cd50da82e8301c4ef76e2aa7cdc (patch)
treedd1f3ca0f30e17d297545ffb70092db05122a587 /CMakeLists.txt
parent42e4f7fcd872278b8619b0ea6d29fd452759e6ce (diff)
downloadlibADLMIDI-90e48d7440f32cd50da82e8301c4ef76e2aa7cdc.tar.gz
libADLMIDI-90e48d7440f32cd50da82e8301c4ef76e2aa7cdc.tar.bz2
libADLMIDI-90e48d7440f32cd50da82e8301c4ef76e2aa7cdc.zip
CMake: Fixed warning at new CMake versinos
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 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)