We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f7fa8 commit 4a77dcdCopy full SHA for 4a77dcd
1 file changed
Makefile.am
@@ -261,5 +261,5 @@ cpplint: Makefile.am
261
if FOUND_CPPLINT
262
cpplint --filter=$(CPP_LINT_FILTER) $(CPP_LINT_FILES)
263
else
264
- $(error cpplint not found. Install forked cpplint (e.g. via pip for the latest version) and re-run configure.)
+ $(error cpplint not found. Install the forked cpplint (e.g. via pip for the latest version) and re-run configure.)
265
endif
0 commit comments