Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Fix PyTorch CMake typo
Browse files Browse the repository at this point in the history
Reviewed By: osalpekar

Differential Revision: D21357944

fbshipit-source-id: 2c07c017aeec7400203cf2535e8033f2b37b819b
  • Loading branch information
lw authored and facebook-github-bot committed May 2, 2020
1 parent 2bd94a5 commit 673eda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pytorch.cmake
Expand Up @@ -94,7 +94,7 @@ endif()
### uv

list(APPEND TENSORPIPE_PUBLIC_HEADERS tensorpipe/transport/uv/context.h)
list(APPEND TENSORPIIPE_SRC
list(APPEND TENSORPIPE_SRC
tensorpipe/transport/uv/connection.cc
tensorpipe/transport/uv/context.cc
tensorpipe/transport/uv/error.cc
Expand Down

0 comments on commit 673eda9

Please sign in to comment.