mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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>
23 lines
658 B
Diff
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)
|