mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
⬆️ Updated google-webrtc to 124
This commit is contained in:
parent
f752ea779f
commit
b449156cbe
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Overte(ConanFile):
|
|||
self.requires("qt/5.15.13", force=True)
|
||||
|
||||
if self.options.with_webrtc:
|
||||
self.requires("google-webrtc/94@overte/stable", force=True)
|
||||
self.requires("google-webrtc/124@overte/stable", force=True)
|
||||
|
||||
def generate(self):
|
||||
tc = CMakeToolchain(self)
|
||||
|
|
Loading…
Reference in a new issue