From df3eb220609ec4a45704ce49ce53d4e0109a892e Mon Sep 17 00:00:00 2001 From: Michael Jansen Date: Sun, 21 Dec 2008 21:46:37 +0000 Subject: [PATCH] Suppress warning about this check missing. if someone has a lower cmake version please check and decrease the required version if successfull. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@899927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45d39625..c9667478 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ project(taglib) +cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) + OPTION(BUILD_TESTS "Build the test suite" OFF) OPTION(BUILD_EXAMPLES "Build the examples" OFF)