Merge pull request #752 from evpobr/cmake-ver

Move cmake_minimum_required at the top
This commit is contained in:
Tsuda Kageyu
2016-09-12 15:56:45 +09:00
committed by GitHub

View File

@ -1,7 +1,7 @@
project(taglib)
cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR)
project(taglib)
if(NOT ${CMAKE_VERSION} VERSION_LESS 2.8.12)
cmake_policy(SET CMP0022 OLD)
endif()