mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 00:00:57 +00:00
Help: Fix inline code RST markup in cmake-cxxmodules(7)
Found by `pre-commit`: ``` rst ``code`` is two backticks...............................................Failed - hook id: rst-backticks - exit code: 1 Help/manual/cmake-cxxmodules.7.rst:396: sources reverses (i.e., `a` importing `b` becomes `b` importing `a`) between ```
This commit is contained in:
@@ -393,8 +393,8 @@ commands to :term:`scan` for their dependencies.
|
||||
|
||||
There is a known issue with ``ninja`` which can result in an erroneous
|
||||
detection of a dependency cycle when the dependency order between two
|
||||
sources reverses (i.e., `a` importing `b` becomes `b` importing `a`) between
|
||||
two builds. See `ninja issue 2666`_ for details.
|
||||
sources reverses (i.e., ``a`` importing ``b`` becomes ``b`` importing
|
||||
``a``) between two builds. See `ninja issue 2666`_ for details.
|
||||
|
||||
.. _`ninja issue 2666`: https://github.com/ninja-build/ninja/issues/2666
|
||||
|
||||
|
||||
Reference in New Issue
Block a user