Skip to content

Commit d23f317

Browse files
Flamefirefacebook-github-bot
authored andcommittedSep 9, 2020
Remove pybind11 from required submodules (pytorch#44278)
Summary: This can be taken from the system in which case it is not used from the submodule. Hence the check here limits the usage unnecessarily ccing malfet Pull Request resolved: pytorch#44278 Reviewed By: malfet Differential Revision: D23568552 Pulled By: ezyang fbshipit-source-id: 7fd2613251567f649b12eca0b1fe7663db9cb58d
1 parent 8acce55 commit d23f317

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def check_file(f):
309309
sys.exit(1)
310310

311311
check_file(os.path.join(third_party_path, "gloo", "CMakeLists.txt"))
312-
check_file(os.path.join(third_party_path, "pybind11", "CMakeLists.txt"))
313312
check_file(os.path.join(third_party_path, 'cpuinfo', 'CMakeLists.txt'))
314313
check_file(os.path.join(third_party_path, 'tbb', 'Makefile'))
315314
check_file(os.path.join(third_party_path, 'onnx', 'CMakeLists.txt'))

0 commit comments

Comments
 (0)