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
This commit is contained in:
Michael Jansen 2008-12-21 21:46:37 +00:00
parent 27e3643d19
commit df3eb22060

View 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)