From a88ebf6bc326b671de1b522d6d21ab26ae63a46f Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 16 Aug 2020 18:38:18 -0400 Subject: don't fail the build for warning about date format in the documentation source --- man/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 44e4a96..da03c34 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -197,7 +197,7 @@ endforeach() # man_lint foreach(f ${MAN_SOURCES}) add_custom_command(OUTPUT ${f}.lint - COMMAND mandoc -T lint -W warning ${f} > ${f}.lint + COMMAND mandoc -T lint -W error ${f} > ${f}.lint DEPENDS ${f}) list(APPEND LINT_FILES ${f}.lint) endforeach() -- cgit v1.2.3