readme: update CMake source directory option
The `-H` command-line option has been replaced in 3.13 by `-S`.
This commit is contained in:
parent
0efaa59a75
commit
a23e96f04f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user