forked from pool/telegram-desktop
15 lines
525 B
Diff
15 lines
525 B
Diff
|
diff --git a/cmake/external/webrtc/CMakeLists.txt b/cmake/external/webrtc/CMakeLists.txt
|
||
|
index f6ce939..b37cb14 100644
|
||
|
--- a/cmake/external/webrtc/CMakeLists.txt
|
||
|
+++ b/cmake/external/webrtc/CMakeLists.txt
|
||
|
@@ -90,9 +90,7 @@ INTERFACE
|
||
|
$<LINK_ONLY:desktop-app::external_openssl>
|
||
|
$<LINK_ONLY:desktop-app::external_jpeg>
|
||
|
$<LINK_ONLY:desktop-app::external_opus>
|
||
|
- $<TARGET_FILE:desktop-app::external_opus>
|
||
|
$<LINK_ONLY:desktop-app::external_vpx>
|
||
|
- $<TARGET_FILE:desktop-app::external_vpx>
|
||
|
)
|
||
|
|
||
|
if (WIN32)
|