aboutsummaryrefslogtreecommitdiffstats
path: root/community/krita/boost-1750.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/krita/boost-1750.patch')
-rw-r--r--community/krita/boost-1750.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/krita/boost-1750.patch b/community/krita/boost-1750.patch
deleted file mode 100644
index 0bfbd57ae08..00000000000
--- a/community/krita/boost-1750.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Taken from Arch Linux
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 48d445b030..fe9bcb4765 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
- set(MIN_QT_VERSION 5.9.0)
- set(MIN_FRAMEWORKS_VERSION 5.44.0)
-
--set( CMAKE_CXX_STANDARD 11 )
-+set( CMAKE_CXX_STANDARD 14 )
- set( CMAKE_CXX_STANDARD_REQUIRED ON )
-
-