From a23e96f04fcbc963e6a85229b0c173f997b44048 Mon Sep 17 00:00:00 2001 From: Kamil <66313620+husskade@users.noreply.github.com> Date: Fri, 9 Apr 2021 13:57:16 +0200 Subject: [PATCH] readme: update CMake source directory option The `-H` command-line option has been replaced in 3.13 by `-S`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 93b278362..4e2e1a543 100644 --- a/README.rst +++ b/README.rst @@ -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