Skip to content

Commit

Permalink
Add --target install to example cmake command
Browse files Browse the repository at this point in the history
Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Sep 10, 2023
1 parent fa60983 commit 936173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/config-cross-recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to build and install the software. For example:

.. code-block:: bash
cmake --build build -j8
cmake --build build -j8 --target install
Syntax
======
Expand Down

0 comments on commit 936173a

Please sign in to comment.