Merge pull request #642 from husskade/patch-1

readme: update CMake source directory option
This commit is contained in:
Sergiu Deitsch 2021-04-14 19:59:37 +02:00 committed by GitHub
commit 8d40d7564d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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