Skip to content

Commit cbb3de6

Browse files
a17rufleisch
authored andcommitted
Fix cmake_minimum_required version range typo
While CMake appears to accept the ".." notation, it does not correctly apply the policy_max version in that case. Amends ab31d11 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
1 parent 11efd2d commit cbb3de6

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.10..3.31)
1+
cmake_minimum_required(VERSION 3.10...3.31)
22

33
project(taglib)
44

0 commit comments

Comments
 (0)