aboutsummaryrefslogtreecommitdiff
path: root/games/colobot/files/patch-data_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/colobot/files/patch-data_CMakeLists.txt')
-rw-r--r--games/colobot/files/patch-data_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/colobot/files/patch-data_CMakeLists.txt b/games/colobot/files/patch-data_CMakeLists.txt
deleted file mode 100644
index 456d19b6661f..000000000000
--- a/games/colobot/files/patch-data_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/CMakeLists.txt.orig 2019-02-23 19:01:32 UTC
-+++ data/CMakeLists.txt
-@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
- option(TRANSLATIONS "Enable translations of help and level files" ON)
-
- if(TRANSLATIONS)
-- find_package(PythonInterp 2.7 REQUIRED)
-+ find_package(PythonInterp REQUIRED)
- else()
- message(STATUS "Translations disabled; only English files will be installed")
- endif()