mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Require CMake version 3.5 (#1148)
Fix issue "CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions.".
This commit is contained in:
parent
48c4bf9c05
commit
967aaf7af2
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
|
||||
|
||||
project(taglib)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user