mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
With >=0.90 going Rust, this is as far as I am willing to go to help keep this package in ::gentoo. Bug: https://bugs.gentoo.org/651524 Closes: https://bugs.gentoo.org/953940 Closes: https://bugs.gentoo.org/957248 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
23 lines
779 B
Diff
23 lines
779 B
Diff
From b92ca87835e41c87a0b636f38171954cae4faf8b Mon Sep 17 00:00:00 2001
|
|
From: Emily <hello@emily.moe>
|
|
Date: Mon, 12 Aug 2024 15:35:32 +0100
|
|
Subject: [PATCH] [IMPROVEMENT] Raise CMake minimum to 3.24.0 [effectively]
|
|
|
|
asturm 2025-09-28: was: "Use Corrosion to build Rust code (#1630)"
|
|
|
|
---
|
|
src/CMakeLists.txt | 8 ++---
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index b1ae689b4..3852799b4 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -1,6 +1,6 @@
|
|
-cmake_minimum_required (VERSION 3.0.2)
|
|
+cmake_minimum_required (VERSION 3.24.0)
|
|
|
|
project (CCExtractor)
|
|
|
|
option (WITH_FFMPEG "Build using FFmpeg demuxer and decoder" OFF)
|
|
option (WITH_OCR "Build with OCR (Optical Character Recognition) feature" OFF)
|