build error when a.proto import b.proto, and the protos under same dir #198
Labels
documentation
Improvements or additions to documentation
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
here is my dir layout:
a.proto depends on b.proto, so
import b.proto
in a.proto.bazel build
got error:but cmake works fine.
why should I add
import proto/b.proto
in a.proto, but justimport b.proto
?The text was updated successfully, but these errors were encountered: