mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
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:
parent
27e3643d19
commit
df3eb22060
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user