From: Tsuda Kageyu Date: Sat, 5 Apr 2014 10:44:47 +0000 (+0900) Subject: Changed cmake_minimum_required from 2.6.0 to 2.8.0. X-Git-Tag: v1.10beta~178^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a93ee10134bdfae5545e01fe98ceb14a48b158bc;p=taglib Changed cmake_minimum_required from 2.6.0 to 2.8.0. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 317ffa16..7a675024 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(taglib) -cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR) option(ENABLE_STATIC "Make static version of libtag" OFF) if(ENABLE_STATIC)