mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
media-libs/kcolorpicker: Fix cmake patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
2bba09baa5
commit
8a624cae9f
@ -26,7 +26,7 @@ index 1d15048..8d07fd5 100644
|
|||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-cmake_minimum_required(VERSION 3.5)
|
-cmake_minimum_required(VERSION 3.5)
|
||||||
+cmake_minimum_required(VERSION 3.10..3.31)
|
+cmake_minimum_required(VERSION 3.10...3.31)
|
||||||
project(kColorPicker LANGUAGES CXX VERSION 0.3.1)
|
project(kColorPicker LANGUAGES CXX VERSION 0.3.1)
|
||||||
|
|
||||||
set(QT_MIN_VERSION 5.15.2)
|
set(QT_MIN_VERSION 5.15.2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user