Skip to content

Commit

Permalink
build: clarify missing clang-format tool
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
tniessen and Trott committed Apr 17, 2022
1 parent c3a581c commit 88b6f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
$(CLANG_FORMAT_START) -- \
$(LINT_CPP_FILES)
else
$(info clang-format is not installed.)
$(info Required tooling for C++ code formatting is not installed.)
$(info To install (requires internet access) run: $$ make format-cpp-build)
endif

Expand Down

0 comments on commit 88b6f6a

Please sign in to comment.