summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorTim Hutton <tim.hutton@gmail.com>2021-01-31 16:08:55 (GMT)
committerBrad King <brad.king@kitware.com>2021-02-01 15:21:03 (GMT)
commitc16509907c74aecf716248652d22a28e62dd11fe (patch)
treef87284f250e3d9aa5f9133b761db71826db4de14 /Help/guide
parent8a2fd1bfe006b9c5e3985d0473aabc9c9dd15603 (diff)
downloadCMake-c16509907c74aecf716248652d22a28e62dd11fe.zip
CMake-c16509907c74aecf716248652d22a28e62dd11fe.tar.gz
CMake-c16509907c74aecf716248652d22a28e62dd11fe.tar.bz2
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/guide')
-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