summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorTim Hutton <tim.hutton@gmail.com>2021-01-31 11:08:55 -0500
committerBrad King <brad.king@kitware.com>2021-02-01 10:21:03 -0500
commitc16509907c74aecf716248652d22a28e62dd11fe (patch)
treef87284f250e3d9aa5f9133b761db71826db4de14 /Help
parent8a2fd1bfe006b9c5e3985d0473aabc9c9dd15603 (diff)
downloadcmake-c16509907c74aecf716248652d22a28e62dd11fe.tar.gz
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
Diffstat (limited to 'Help')
-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 9e9f2a51f4..ba8196bdab 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