diff options
Diffstat (limited to 'net-im/tg_owt/files/patch-cmake_external.cmake')
-rw-r--r-- | net-im/tg_owt/files/patch-cmake_external.cmake | 12 |
1 files changed, 0 insertions, 12 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 cfd164d0aa03..000000000000 --- a/net-im/tg_owt/files/patch-cmake_external.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/external.cmake.orig 2023-01-11 16:35:01 UTC -+++ cmake/external.cmake -@@ -120,6 +120,9 @@ function(link_libabsl target_name) - absl::type_traits - absl::variant - ) -+ find_package(PkgConfig REQUIRED) -+ pkg_check_modules(ABSL REQUIRED QUIET absl_flags) -+ target_include_directories(${target_name} PRIVATE ${ABSL_INCLUDE_DIRS}) - endif() - endif() - if (NOT absl_FOUND) |