gentoo/dev-libs/libplatform/files/libplatform-2.1.0.1-cmake4.patch
Alfred Wingate 8b01e23347
dev-libs/libplatform: fix cmake4 and libcxx build
Bug: https://bugs.gentoo.org/914866
Bug: https://bugs.gentoo.org/951812
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43535
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-08-23 10:26:05 +03:00

23 lines
658 B
Diff

https://bugs.gentoo.org/951812
https://github.com/Pulse-Eight/platform/issues/52
https://github.com/Pulse-Eight/platform/commit/d7faed1c696b1a6a67f114a63a0f4c085f0f9195
Removed cmake_minimum unrelated chunk
From d7faed1c696b1a6a67f114a63a0f4c085f0f9195 Mon Sep 17 00:00:00 2001
From: Lars Op den Kamp <lars@opdenkamp.eu>
Date: Tue, 25 Feb 2025 16:11:43 +0100
Subject: [PATCH] fixed: match debug flags of the c++ library with .net on
windows
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
+cmake_minimum_required(VERSION 3.12.0)
project(p8-platform)
-cmake_minimum_required(VERSION 2.8.9)
enable_language(CXX)
set(CMAKE_CXX_STANDARD 11)