summaryrefslogtreecommitdiff
path: root/games-strategy/freeorion/files/freeorion-0.5-ccache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/freeorion/files/freeorion-0.5-ccache.patch')
-rw-r--r--games-strategy/freeorion/files/freeorion-0.5-ccache.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/games-strategy/freeorion/files/freeorion-0.5-ccache.patch b/games-strategy/freeorion/files/freeorion-0.5-ccache.patch
deleted file mode 100644
index dc289fa84ec9..000000000000
--- a/games-strategy/freeorion/files/freeorion-0.5-ccache.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -30,7 +30,6 @@ ENDIF(NOT CMAKE_BUILD_TYPE)
- message(STATUS "Build type CMAKE_BUILD_TYPE set to ${CMAKE_BUILD_TYPE}")
-
- include(UseCompilerCache)
--find_compiler_cache(PROGRAM ccache)
-
- list(APPEND GODOT_CPP_CMAKE_VARS "CMAKE_BUILD_TYPE;CMAKE_CONFIGURATION_TYPES;CMAKE_TOOLCHAIN_FILE;PYTHON_EXECUTABLE")
- get_cmake_property(vars CACHE_VARIABLES)
-@@ -50,7 +49,6 @@ endforeach()
-
- project(FreeOrion)
-
--use_compiler_cache_with_xcode()
-
- include(GNUInstallDirs)
- include(UseCodeCoverage)