Utilities/Sphinx: Ignore warning in generated texinfo documentation

This commit is contained in:
Brad King
2024-01-25 09:32:57 -05:00
parent 3a44b8dfc0
commit dc7fceb200

View File

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