Skip to content

Commit 1866a98

Browse files
committed
Bazel/CMake: fix typo in README.md
1 parent f49f643 commit 1866a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/bazel/cmake/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This directory contains a Bazel to CMake generator intended mainly for IDE integ
33
[`cmake.bzl`](./cmake.bzl) contains the Bazel side, with the `cmake_aspect` rule gathering the necessary information
44
from `cc_*` rules and `generate_cmake` translating that information into CMake commands. `generate_cmake` targets also
55
depend on all files that are either generated or fetched from external repositories, so that Bazel will fill in those
6-
dependencies before letting CMake to the C/C++ compilation.
6+
dependencies before letting CMake do the C/C++ compilation.
77

88
[`setup.cmake`](./setup.cmake) contains the generic CMake setup, setting up some Bazel related global variables and
99
providing an `include_generated` macro to be used in `CMakeLists.txt` to include a specific `generate_cmake` Bazel

0 commit comments

Comments
 (0)