summaryrefslogtreecommitdiff
path: root/media-gfx/flameshot/files/flameshot-0.9.0-dont-force-ccache.patch
blob: 85f43fc6c98e7c611f458888d2155795ac8de64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ruN a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2021-05-03 12:55:07.561259897 +0300
+++ b/CMakeLists.txt	2021-05-03 12:55:36.772461830 +0300
@@ -70,9 +70,6 @@
 
 add_library(project_warnings INTERFACE)
 
-# enable cache system
-include(cmake/Cache.cmake)
-
 # standard compiler warnings
 include(cmake/CompilerWarnings.cmake)
 # set_project_warnings(project_warnings)