mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Changed cmake_minimum_required from 2.6.0 to 2.8.0.
This commit is contained in:
parent
16b8688c1a
commit
a93ee10134
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user