From 228fa17327add451383a14048ff69d07c1f80a48 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 13 Nov 2022 00:38:56 +0800 Subject: [PATCH] =?UTF-8?q?windows=E5=B9=B3=E5=8F=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=BC=80=E5=90=AFwepoll(iocp)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94884e2a..adc5f768 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ option(ENABLE_SRT "Enable SRT" ON) option(ENABLE_TESTS "Enable Tests" ON) option(ENABLE_WEBRTC "Enable WebRTC" ON) option(ENABLE_X264 "Enable x264" OFF) -option(ENABLE_WEPOLL "Enable wepoll" OFF) +option(ENABLE_WEPOLL "Enable wepoll" ON) option(USE_SOLUTION_FOLDERS "Enable solution dir supported" ON)