Skip to content

Fix Sphinx warning about cmake code block

Lexer for CMake could not parse this broken grammar, because it is ".cmake.in", not just ".cmake".

CMake itself solves this problems by declaring such code blocks as generic "::" blocks instead. For example, take a look at the last code block at CMakePackageConfigHelpers help page:

Merge request reports