Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 933785 Details for
Bug 957990
=media-libs/libmygpo-qt-1.1.0 fails configure: CMake Error at CMakeLists.txt:1 (cmake_minimum_required)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cmake min version patch
libmygpo-qt-1.1.0-cmake-min-version.patch (text/plain), 579 bytes, created by
tdr
on 2025-06-13 04:05:58 UTC
(
hide
)
Description:
cmake min version patch
Filename:
MIME Type:
Creator:
tdr
Created:
2025-06-13 04:05:58 UTC
Size:
579 bytes
patch
obsolete
>From a4e0ab658059bf7ec4802d47a43617ca5bd20221 Mon Sep 17 00:00:00 2001 >From: Ted Rodgers <ted.d.rodgers@gmail.com> >Date: Fri, 13 Jun 2025 00:08:19 -0400 >Subject: [PATCH] CMakeLists.txt: bump cmake requirement to 3.5.0 minimum > >--- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/CMakeLists.txt b/CMakeLists.txt >index 64d27e0..9e15de1 100644 >--- a/CMakeLists.txt >+++ b/CMakeLists.txt >@@ -1,4 +1,4 @@ >-cmake_minimum_required( VERSION 2.8.9 FATAL_ERROR ) >+cmake_minimum_required( VERSION 3.5.0 FATAL_ERROR ) > > project( libmygpo-qt ) > >-- >2.49.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 957990
:
933784
| 933785