From c1388d0394417a0e73e23c8c282fcb2f0977cd54 Mon Sep 17 00:00:00 2001 From: Murat Dogan Date: Tue, 12 Mar 2024 21:45:53 +0100 Subject: [PATCH] Update libdatachannel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 478c40f9..8ced5709 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ include(FetchContent) FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git - GIT_TAG "v0.19.4" + GIT_TAG "v0.20.2" ) option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)