aboutsummaryrefslogtreecommitdiff
path: root/net-im/tg_owt/files/patch-cmake_external.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/tg_owt/files/patch-cmake_external.cmake')
-rw-r--r--net-im/tg_owt/files/patch-cmake_external.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/tg_owt/files/patch-cmake_external.cmake b/net-im/tg_owt/files/patch-cmake_external.cmake
deleted file mode 100644
index 820b2709d5be..000000000000
--- a/net-im/tg_owt/files/patch-cmake_external.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/external.cmake.orig 2021-06-27 05:27:48 UTC
-+++ cmake/external.cmake
-@@ -109,7 +109,7 @@ endfunction()
- # libabsl
- # HINT: System abseil should be built with -DCMAKE_CXX_STANDARD=17
- function(link_libabsl target_name)
-- if (TG_OWT_PACKAGED_BUILD)
-+ if (0)
- find_package(absl)
- set(absl_FOUND ${absl_FOUND} PARENT_SCOPE)
- if (absl_FOUND)