summarylogtreecommitdiffstats
path: root/cmake-boost.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-boost.patch')
-rw-r--r--cmake-boost.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/cmake-boost.patch b/cmake-boost.patch
deleted file mode 100644
index 22c11c26b255..000000000000
--- a/cmake-boost.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- CMakeLists.txt.orig 2020-04-20 17:10:19.486449763 +0200
-+++ CMakeLists.txt 2020-04-20 17:11:51.007697213 +0200
-@@ -76,11 +76,9 @@
- include(GenericFind)
-
- if(${HAS_STD_REGEX_REPLACE})
-- set(BOOST_REQUIRED_COMPONENTS "filesystem system")
-- generic_find(LIBNAME Boost REQUIRED COMPONENTS filesystem system unit_test_framework)
-+ find_package(Boost REQUIRED COMPONENTS filesystem system unit_test_framework)
- else()
-- set(BOOST_REQUIRED_COMPONENTS "filesystem system regex")
-- generic_find(LIBNAME Boost REQUIRED COMPONENTS filesystem system regex unit_test_framework)
-+ find_package(Boost REQUIRED COMPONENTS filesystem system regex unit_test_framework)
- endif()
-
- generic_find(LIBNAME gstreamer-1.5 VERSION ${GST_REQUIRED} REQUIRED)