mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Remove catch check
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/13677 Differential Revision: D12961992 Pulled By: goldsborough fbshipit-source-id: 1f0207704d05ac67ed1ec1502bec617c845d9f79
This commit is contained in:
parent
dceec1de30
commit
d4f9dbfa66
1
setup.py
1
setup.py
|
|
@ -457,7 +457,6 @@ class build_deps(PytorchCommand):
|
|||
check_file(os.path.join(third_party_path, "gloo", "CMakeLists.txt"))
|
||||
check_file(os.path.join(third_party_path, "pybind11", "CMakeLists.txt"))
|
||||
check_file(os.path.join(third_party_path, 'cpuinfo', 'CMakeLists.txt'))
|
||||
check_file(os.path.join(third_party_path, 'catch', 'CMakeLists.txt'))
|
||||
check_file(os.path.join(third_party_path, 'onnx', 'CMakeLists.txt'))
|
||||
check_file(os.path.join(third_party_path, 'QNNPACK', 'CMakeLists.txt'))
|
||||
check_file(os.path.join(third_party_path, 'fbgemm', 'CMakeLists.txt'))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user