diff --git a/support/bazel/.bazelrc b/support/bazel/.bazelrc deleted file mode 100644 index 583cbbd2..00000000 --- a/support/bazel/.bazelrc +++ /dev/null @@ -1 +0,0 @@ -build --symlink_prefix=/ # Out of source build diff --git a/support/bazel/.bazelversion b/support/bazel/.bazelversion index ac14c3df..5e325424 100644 --- a/support/bazel/.bazelversion +++ b/support/bazel/.bazelversion @@ -1 +1 @@ -5.1.1 +6.1.2 diff --git a/support/bazel/BUILD.bazel b/support/bazel/BUILD.bazel index 08576589..29f639be 100644 --- a/support/bazel/BUILD.bazel +++ b/support/bazel/BUILD.bazel @@ -11,8 +11,8 @@ cc_library( "include/fmt/color.h", "include/fmt/compile.h", "include/fmt/core.h", - "include/fmt/format-inl.h", "include/fmt/format.h", + "include/fmt/format-inl.h", "include/fmt/os.h", "include/fmt/ostream.h", "include/fmt/printf.h", @@ -21,7 +21,7 @@ cc_library( "include/fmt/xchar.h", ], includes = [ - "include", + "include", ], strip_include_prefix = "include", visibility = ["//visibility:public"], diff --git a/support/bazel/README.md b/support/bazel/README.md index 44af620c..64031913 100644 --- a/support/bazel/README.md +++ b/support/bazel/README.md @@ -71,3 +71,6 @@ The *BUILD* file defines a binary named `Demo` that has a dependency to {fmt}. To execute the binary you can run `bazel run //:Demo`. +# Using Bzlmod + +The [Bazel Central Registry](https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/fmt) also provides support for {fmt}.