summaryrefslogtreecommitdiff
path: root/sci-libs/caffe2/files/caffe2-1.13.1-tensorpipe.patch
blob: ae0cac9fb94774102060ab9523f3e15562d6c090 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/cmake/Dependencies.cmake	2023-02-28 14:14:49.099057348 +0100
+++ b/cmake/Dependencies.cmake	2023-02-28 14:15:05.326790806 +0100
@@ -1404,7 +1404,6 @@
 
     # Tensorpipe uses cuda_add_library
     torch_update_find_cuda_flags()
-    add_subdirectory(${PROJECT_SOURCE_DIR}/third_party/tensorpipe)
 
     list(APPEND Caffe2_DEPENDENCY_LIBS tensorpipe)
     if(USE_CUDA)