From c16509907c74aecf716248652d22a28e62dd11fe Mon Sep 17 00:00:00 2001
From: Tim Hutton <tim.hutton@gmail.com>
Date: Sun, 31 Jan 2021 11:08:55 -0500
Subject: Help: Update to VS ClangCL toolset in user-interaction example

As of VS 2019 the toolset is now called `ClangCL`.  The toolset `LLVM`
is no longer supported.

Issue: #20415
---
 Help/guide/user-interaction/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
cgit v0.12