Utilities/Sphinx: Ignore warning in generated texinfo documentation

This commit is contained in:
Brad King 2025-01-31 12:23:14 -05:00
parent f28d76aeb4
commit 914d580a4f

View File

@ -1,4 +1,5 @@
list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"cmake.texi:[0-9]+: warning: .definfoenclose is obsolete"
"cmake.texi:[0-9]+: warning: @itemize has text but no @item"
"cmake.texi:[0-9]+: warning: @ref should not appear on @item line"
)