浏览代码

Utilities/Sphinx: Ignore warning in generated texinfo documentation

Brad King 1 年之前
父节点
当前提交
dc7fceb200
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Utilities/Sphinx/CTestCustom.cmake.in

+ 1 - 0
Utilities/Sphinx/CTestCustom.cmake.in

@@ -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"
   )