Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafdf12 commit 482bd53Copy full SHA for 482bd53
Makefile
@@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
1440
$(CLANG_FORMAT_START) -- \
1441
$(LINT_CPP_FILES)
1442
else
1443
- $(info clang-format is not installed.)
+ $(info Required tooling for C++ code formatting is not installed.)
1444
$(info To install (requires internet access) run: $$ make format-cpp-build)
1445
endif
1446
0 commit comments