mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Move cmake_minimum_required at the top
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user