summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/krita/krita.boost_1_75_0.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/krita/krita.boost_1_75_0.diff')
-rw-r--r--source/kde/kde/patch/krita/krita.boost_1_75_0.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/kde/kde/patch/krita/krita.boost_1_75_0.diff b/source/kde/kde/patch/krita/krita.boost_1_75_0.diff
deleted file mode 100644
index c177274fc..000000000
--- a/source/kde/kde/patch/krita/krita.boost_1_75_0.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./CMakeLists.txt.orig 2020-10-28 06:42:28.000000000 -0500
-+++ ./CMakeLists.txt 2020-12-14 14:12:57.970780187 -0600
-@@ -568,6 +568,10 @@
- add_definitions(-DBOOST_ALL_NO_LIB)
- find_package(Boost 1.55 REQUIRED COMPONENTS system)
- include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
-+if(${Boost_VERSION} VERSION_GREATER_EQUAL "1.75")
-+ message(WARNING "Boost 1.75 or higher detected, upgrading to C++14.")
-+ set(CMAKE_CXX_STANDARD 14)
-+endif()
- ##
- ## Test for GNU Scientific Library
- ##