From 8cf58dd84389b488aba78a851065f5bb98c2a4d3 Mon Sep 17 00:00:00 2001 From: wxf Date: Mon, 28 Jun 2021 13:53:28 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E8=B0=83=E6=95=B4=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F,=20=E4=BF=AE=E6=AD=A3=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a92b02907d32910acf981522bb2cb486291a1731. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78b61cf1..451baeba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,7 +241,7 @@ if (ENABLE_WEBRTC) include_directories(./webrtc) file(GLOB SRC_WEBRTC_LIST ./webrtc/*.cpp ./webrtc/*.h ./webrtc/*.hpp) add_library(webrtc ${SRC_WEBRTC_LIST}) - list(PREPEND LINK_LIB_LIST webrtc) + list(APPEND LINK_LIB_LIST webrtc) else () message(WARNING "srtp未找到, webrtc相关功能打开失败") endif ()