gentoo-ebuilds/media-sound/alacenc/files/alacenc-0.4.1-cmake.patch
Philipp Rösner 57e3d711af
media-sound/alacenc: raise docopt CMake version
- Raise minimum required CMake version of docopt to 3.5
- See: https://github.com/docopt/docopt.cpp/issues/166
- See: https://github.com/flacon/alacenc/issues/5

Closes: https://bugs.gentoo.org/957536
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44009
Closes: https://github.com/gentoo/gentoo/pull/44009
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-10-02 23:27:29 +02:00

13 lines
370 B
Diff

Raise minimum required CMake version of docopt
for CMake-4 support.
https://bugs.gentoo.org/957536
https://github.com/docopt/docopt.cpp/issues/166
--- a/vendor/docopt/CMakeLists.txt
+++ b/vendor/docopt/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
project(docopt.cpp VERSION 0.6.2)
include(GNUInstallDirs)