aboutsummaryrefslogtreecommitdiff
blob: a4ba38322ecb8e38afe924389025b19cd7af1dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: tensorpipe/cmake/pytorch.cmake
===================================================================
--- tensorpipe.orig/cmake/pytorch.cmake
+++ tensorpipe/cmake/pytorch.cmake
@@ -138,7 +138,7 @@ endif()
 
 add_library(tensorpipe ${TENSORPIPE_SRC})
 
-set(TP_BUILD_LIBUV ON)
+set(TP_BUILD_LIBUV OFF)
 find_package(uv REQUIRED)
 target_link_libraries(tensorpipe PRIVATE uv::uv)