Skip to content

Commit de32824

Browse files
authored
Merge pull request #1378 from yingcong-wu/patch-1
[Docs] Adding a missing arg to example cmake command.
2 parents 907225f + d770ead commit de32824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/CONTRIB.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ available.
167167

168168
.. code-block:: console
169169
170-
$ cmake build/ -DUR_FORMAT_CPP_STYLE=ON
170+
$ cmake -B build/ -DUR_FORMAT_CPP_STYLE=ON
171171
172172
You can then follow the instructions below to use the ``generate`` target to
173173
regenerate the source.

0 commit comments

Comments
 (0)