summarylogtreecommitdiffstats
path: root/Boost_lib_detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Boost_lib_detection.patch')
-rw-r--r--Boost_lib_detection.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/Boost_lib_detection.patch b/Boost_lib_detection.patch
deleted file mode 100644
index 92846afa378a..000000000000
--- a/Boost_lib_detection.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/Vega-Strike-Engine-Source/engine/CMakeLists.txt.orig 2020-06-23 13:28:02.931169600 +0200
-+++ src/Vega-Strike-Engine-Source/engine/CMakeLists.txt 2020-06-23 13:26:33.149153133 +0200
-@@ -720,10 +720,10 @@
- UNSET(Boost_python_FOUND CACHE)
- IF (USE_PYTHON_3)
- MESSAGE("++ Looking for System Boost::python3")
-- FIND_PACKAGE(Boost COMPONENTS python3 log log_setup REQUIRED)
-+ FIND_PACKAGE(Boost COMPONENTS python log log_setup REQUIRED)
- ELSE (USE_PYTHON_3)
- MESSAGE("++ Looking for System Boost::python (py2)")
-- FIND_PACKAGE(Boost COMPONENTS python log log_setup REQUIRED)
-+ FIND_PACKAGE(Boost COMPONENTS python27 log log_setup REQUIRED)
- ENDIF (USE_PYTHON_3)
-
- IF (Boost_FOUND)