mirror of
https://github.com/taglib/taglib.git
synced 2026-01-30 20:10:17 -05:00
Raise CMake minimum version to 3.10..3.31 range
CMake 3.10 was released in 2017.
Amends 967aaf7af2, fixes warning since CMake-3.31:
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Urs Fleisch
parent
3c917caf52
commit
ab31d11c8d
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.10..3.31)
|
||||
|
||||
project(taglib)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user