Explorar el Código

Utilities/Sphinx: Ignore warning in generated texinfo documentation

Brad King hace 1 año
padre
commit
dc7fceb200
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"
   )