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