mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-emulation/mgba: backport fix for cmake4 with USE=discord
This has many unused CMakeLists.txt in third-party/ which led to the addition of the QA skip variable, but this one is in fact used with USE=discord. Closes: https://bugs.gentoo.org/961227 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
Bug: https://bugs.gentoo.org/958356
|
||||
https://bugs.gentoo.org/958356
|
||||
https://bugs.gentoo.org/961227
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -1 +1 @@
|
||||
-cmake_minimum_required(VERSION 3.1)
|
||||
+cmake_minimum_required(VERSION 3.10)
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/src/platform/cmake/")
|
||||
|
||||
if(POLICY CMP0025)
|
||||
--- a/src/third-party/discord-rpc/CMakeLists.txt
|
||||
+++ b/src/third-party/discord-rpc/CMakeLists.txt
|
||||
@@ -1 +1 @@
|
||||
-cmake_minimum_required (VERSION 3.1.0)
|
||||
+cmake_minimum_required (VERSION 3.10)
|
||||
|
||||
Reference in New Issue
Block a user