readme: update CMake source directory option

The `-H` command-line option has been replaced in 3.13 by `-S`.
This commit is contained in:
Kamil 2021-04-09 13:57:16 +02:00 committed by Sergiu Deitsch
parent 0efaa59a75
commit a23e96f04f

View File

@ -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