From 5ceb62dd7cb353c71a60ffb3dffc48b6bed8c05a Mon Sep 17 00:00:00 2001 From: Wael Nasreddine Date: Wed, 27 May 2020 23:22:16 -0700 Subject: [PATCH] Rename BUILD as BUILD.bazel (#537) Bazel natively supports build files named BUILD and BUILD.bazel[0]. Using BUILD conflicts with CMake when building on case-insensitive file systems such as the default filesystem of macOS machines. [0]: https://docs.bazel.build/versions/master/build-ref.html#packages --- BUILD => BUILD.bazel | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename BUILD => BUILD.bazel (100%) diff --git a/BUILD b/BUILD.bazel similarity index 100% rename from BUILD rename to BUILD.bazel