diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-18 09:00:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-18 09:00:41 +0100 |
commit | e591d8b5ed4185a8908d6a87c2bd218b1ac3b967 (patch) | |
tree | 7cb87be3d495d706d4597b2de7d3318a67d11dcf /dev-util/lxqt-build-tools/files | |
parent | 6969058c08d78a778f036545a47fadf3df7587d8 (diff) |
dev-util/lxqt-build-tools : drop
Diffstat (limited to 'dev-util/lxqt-build-tools/files')
-rw-r--r-- | dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch b/dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch deleted file mode 100644 index 48fd1f2c..00000000 --- a/dev-util/lxqt-build-tools/files/lxqt-build-tools-cpp17-standard.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 4a3a7038b1927dc43942a930db103023efdcbe2c Mon Sep 17 00:00:00 2001 -From: Simon Quigley <simon@tsimonq2.net> -Date: Wed, 25 Jan 2023 09:39:41 -0600 -Subject: [PATCH] Bump the minimum compatibility level to C++17. - ---- - cmake/modules/LXQtCompilerSettings.cmake | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/cmake/modules/LXQtCompilerSettings.cmake b/cmake/modules/LXQtCompilerSettings.cmake -index a8cb16d..acba891 100644 ---- a/cmake/modules/LXQtCompilerSettings.cmake -+++ b/cmake/modules/LXQtCompilerSettings.cmake -@@ -181,11 +181,11 @@ endif() - - - #----------------------------------------------------------------------------- --# CXX14 requirements - no checks, we just set it -+# CXX17 requirements - no checks, we just set it - #----------------------------------------------------------------------------- - set(CMAKE_CXX_STANDARD_REQUIRED True) - set(CMAKE_CXX_EXTENSIONS OFF) --set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ ISO Standard") -+set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard") - - - #----------------------------------------------------------------------------- |