mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
app-text/sword: bump cmake_min to avoid QA-notice
QA-notice is a false positive because this CMakeLists.txt for Android bindings is never used. Amend the patch in tree anyway to avoid the workaround. Closes: https://bugs.gentoo.org/957415 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42487 Closes: https://github.com/gentoo/gentoo/pull/42487 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
061e09a58d
commit
d05b4cbfd7
@@ -13,3 +13,16 @@ index c23f7fa..53104f6 100644
|
||||
SET(SWORD_VERSION 1.9.0)
|
||||
|
||||
# Make sure it's an out-of-stream build
|
||||
diff --git a/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt b/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt
|
||||
index 41439c5..26d04a8 100644
|
||||
--- a/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt
|
||||
+++ b/bindings/Android/SWORD/app/src/main/cpp/CMakeLists.txt
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# Sets the minimum version of CMake required to build the native library.
|
||||
|
||||
-cmake_minimum_required(VERSION 3.4.1)
|
||||
+cmake_minimum_required(VERSION 3.10.0)
|
||||
|
||||
SET(CMAKE_C_FLAGS "-DBIBLESYNC ${CMAKE_C_FLAGS}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user