From 15f33923a5b5734f254262ac538c5db718f176ea Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Mon, 7 Mar 2022 19:01:06 +0800 Subject: [PATCH] [TD-13760]: libuv replace socket error. --- source/os/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/os/CMakeLists.txt b/source/os/CMakeLists.txt index 916c9ab2a3..e52f349338 100644 --- a/source/os/CMakeLists.txt +++ b/source/os/CMakeLists.txt @@ -8,6 +8,3 @@ target_include_directories( target_link_libraries( os pthread dl rt m ) -if(${BUILD_WITH_UV}) - add_definitions(-DUSE_UV) -endif(${BUILD_TEST}) \ No newline at end of file -- GitLab