Remove protobuf dependency in pytorch cmake file. (#14182)
authorJerryShih <bignose1007@gmail.com>
Thu, 6 Dec 2018 06:47:54 +0000 (22:47 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 6 Dec 2018 06:49:50 +0000 (22:49 -0800)
commit997df9a6ec4e982b68bd952ccadc7fc453e2eaca
tree401e6f1a68e950696b66cbd823aadfd4f3bca782
parent3799d32b7b95a190f6d05539ef6a1dd40810dc3f
Remove protobuf dependency in pytorch cmake file. (#14182)

Summary:
Currently, pytorch doesn't dependent on protobuf. So, we don't need to include the protobuf dir in pytorch cmake file.
And if we build caffe2 without custom-protobuf[1], we will have the protobuf mismatched problem.

[1]
https://github.com/pytorch/pytorch/blob/92dbd0219f6fbdb1db105386386ccf92c0758e86/CMakeLists.txt#L65
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14182

Differential Revision: D13356273

Pulled By: ezyang

fbshipit-source-id: 8120c3452d158dc51d70156433d7b9076c6aed47
torch/CMakeLists.txt