From 2089b408483a7bbadbd745d135948ddc9ed0eba9 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Fri, 28 Mar 2025 04:32:45 +0000 Subject: [PATCH] p8-platform: allow build with cmake-4.0.0 --- .../p8-platform-03-build-with-cmake-4.0.0.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/mediacenter/p8-platform/patches/p8-platform-03-build-with-cmake-4.0.0.patch diff --git a/packages/mediacenter/p8-platform/patches/p8-platform-03-build-with-cmake-4.0.0.patch b/packages/mediacenter/p8-platform/patches/p8-platform-03-build-with-cmake-4.0.0.patch new file mode 100644 index 0000000000..8dbce022f4 --- /dev/null +++ b/packages/mediacenter/p8-platform/patches/p8-platform-03-build-with-cmake-4.0.0.patch @@ -0,0 +1,10 @@ +--- a/CMakeLists.txt 2025-03-28 00:26:02.527981499 +0000 ++++ b/CMakeLists.txt 2025-03-28 04:27:36.151280308 +0000 +@@ -1,6 +1,6 @@ + project(p8-platform) + +-cmake_minimum_required(VERSION 2.8.9) ++cmake_minimum_required(VERSION 2.8.9...3.10) + enable_language(CXX) + + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})