mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove non-header-only dep from c10_headers target (#155858)
It depends on /c10/util:base which is not header-only. Differential Revision: [D76552750](https://our.internmc.facebook.com/intern/diff/D76552750/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D76552750/)! Pull Request resolved: https://github.com/pytorch/pytorch/pull/155858 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
a24ce67dee
commit
cce4d213a6
@ -30,7 +30,6 @@ def define_targets(rules):
|
||||
"//c10/macros",
|
||||
"//c10/util:base_headers",
|
||||
"//c10/util:bit_cast",
|
||||
"//c10/util:ssize",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user