Skip to content

Commit

Permalink
Merge pull request #642 from husskade/patch-1
Browse files Browse the repository at this point in the history
readme: update CMake source directory option
  • Loading branch information
sergiud authored Apr 14, 2021
2 parents 0efaa59 + a23e96f commit 8d40d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GNU Make as build tool, the typical workflow is:

.. code:: bash
cmake -H . -B build -G "Unix Makefiles"
cmake -S . -B build -G "Unix Makefiles"
CMake provides different generators, and by default will pick the most
relevant one to your environment. If you need a specific version of Visual
Expand Down

0 comments on commit 8d40d75

Please sign in to comment.