Skip to content

Commit ab31d11

Browse files
a17rufleisch
authored andcommitted
Raise CMake minimum version to 3.10..3.31 range
CMake 3.10 was released in 2017. Amends 967aaf7, 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>
1 parent 3c917ca commit ab31d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
1+
cmake_minimum_required(VERSION 3.10..3.31)
22

33
project(taglib)
44

0 commit comments

Comments
 (0)