mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
- 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>
13 lines
370 B
Diff
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)
|