From 04e84f113c44ea54e3788a12b4c2ff71dcebc94d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 14 Dec 2008 21:56:54 +0000 Subject: [PATCH] require at least CMake 2.6.0 git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1925 0778d3d1-df1d-0410-868b-ea421aaaa00d --- CMakeLists.txt | 2 +- ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 376c76eca..e38dcbfc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.4.5) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) PROJECT(lmms) diff --git a/ChangeLog b/ChangeLog index 61dec1151..aab6ef36a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-12-14 Tobias Doerffel + * CMakeLists.txt: + require at least CMake 2.6.0 + * include/piano_roll.h: * src/gui/piano_roll.cpp: - improved colors for drawing notes