1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/tg_owt/abseil.patch
2023-01-05 00:01:05 +00:00

14 lines
516 B
Diff

abseil submodule is built even when using system- so skip the submodule check
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5471cc..860ea0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@ include(cmake/init_target.cmake)
include(cmake/generate_target.cmake)
include(cmake/target_yasm_sources.cmake)
include(cmake/external.cmake)
-include(cmake/libabsl.cmake)
+# include(cmake/libabsl.cmake)
include(cmake/libcrc32c.cmake)
include(cmake/libopenh264.cmake)
include(cmake/libpffft.cmake)