We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
In the repo there is a BUILD file that creates a conflict when following the CMake instructions because it will try to create a build/ folder.
build/
I renamed the BUILD file and then I've been able to make the project.
The text was updated successfully, but these errors were encountered:
Thanks for the helpful tip! It happened to me too!
Sorry, something went wrong.
Renaming it to BUILD.bazel in the tree would solve this problem for good. That approach is recommended by bazel.
BUILD.bazel
Rename BUILD to BUILD.bazel.
f318e9e
This avoids conflicts with build/ on case-insensitive filesystems. Fixes google#606.
ce50c57
This avoids conflicts with build/ on case-insensitive filesystems. Fixes #606.
Successfully merging a pull request may close this issue.
Hi,
In the repo there is a BUILD file that creates a conflict when following the CMake instructions because it will try to create a
build/
folder.I renamed the BUILD file and then I've been able to make the project.
The text was updated successfully, but these errors were encountered: