summaryrefslogtreecommitdiffstats
path: root/Help/guide/user-interaction/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/guide/user-interaction/index.rst')
-rw-r--r--Help/guide/user-interaction/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/user-interaction/index.rst b/Help/guide/user-interaction/index.rst
index 9e9f2a5..ba8196b 100644
--- a/Help/guide/user-interaction/index.rst
+++ b/Help/guide/user-interaction/index.rst
@@ -228,7 +228,7 @@ The Visual Studio toolset can be specified with the
.. code-block:: console
$ # Build with the clang-cl toolset
- $ cmake.exe .. -G "Visual Studio 16 2019" -A x64 -T LLVM
+ $ cmake.exe .. -G "Visual Studio 16 2019" -A x64 -T ClangCL
$ # Build targeting Windows XP
$ cmake.exe .. -G "Visual Studio 16 2019" -A x64 -T v120_xp