Skip to content

Commit

Permalink
Merge pull request #1378 from yingcong-wu/patch-1
Browse files Browse the repository at this point in the history
[Docs] Adding a missing arg to example cmake command.
  • Loading branch information
pbalcer committed Feb 23, 2024
2 parents 907225f + d770ead commit de32824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/core/CONTRIB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ available.

.. code-block:: console
$ cmake build/ -DUR_FORMAT_CPP_STYLE=ON
$ cmake -B build/ -DUR_FORMAT_CPP_STYLE=ON
You can then follow the instructions below to use the ``generate`` target to
regenerate the source.
Expand Down

0 comments on commit de32824

Please sign in to comment.