]> granicus.if.org Git - taglib/commitdiff
Suppress warning about this check missing. if someone has a lower cmake version pleas...
authorMichael Jansen <kde@michael-jansen.biz>
Sun, 21 Dec 2008 21:46:37 +0000 (21:46 +0000)
committerMichael Jansen <kde@michael-jansen.biz>
Sun, 21 Dec 2008 21:46:37 +0000 (21:46 +0000)
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

index 45d396258e862915fc98eecc358a947726b7aac8..c966747871319fb26123aafc37950b51f92c5c48 100644 (file)
@@ -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)