summarylogtreecommitdiffstats
path: root/pl-0001-Use-C-23-standard.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pl-0001-Use-C-23-standard.patch')
-rw-r--r--pl-0001-Use-C-23-standard.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/pl-0001-Use-C-23-standard.patch b/pl-0001-Use-C-23-standard.patch
deleted file mode 100644
index 179cd30adcf7..000000000000
--- a/pl-0001-Use-C-23-standard.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 9abb10e5a8aeb1fea1f3feaff56b89fcae0cf3a8 Mon Sep 17 00:00:00 2001
-From: KokaKiwi <kokakiwi+git@kokakiwi.net>
-Date: Thu, 18 Aug 2022 00:57:02 +0200
-Subject: [PATCH 1/2] Use C++23 standard
-
----
- lib/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
-index dab1499..8bb2cfa 100644
---- a/lib/CMakeLists.txt
-+++ b/lib/CMakeLists.txt
-@@ -1,4 +1,4 @@
--cmake_minimum_required(VERSION 3.16)
-+cmake_minimum_required(VERSION 3.20)
- project(libpl)
-
- set(CMAKE_CXX_STANDARD 23)
---
-2.42.0
-