diff options
author | Brad King <brad.king@kitware.com> | 2023-11-16 15:37:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-11-17 14:58:21 (GMT) |
commit | 2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a (patch) | |
tree | 35ee84cee04924eb7112971ebff1e5b80d818b90 /Help/release/3.21.rst | |
parent | f2776ac063e45fea91e4d496a910a0a6d10ed064 (diff) | |
download | CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.zip CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.gz CMake-2744f14db1e87f4b7f6eb6f30f7c84ea52ce4a7a.tar.bz2 |
codespell: Fix typos
Diffstat (limited to 'Help/release/3.21.rst')
-rw-r--r-- | Help/release/3.21.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/release/3.21.rst b/Help/release/3.21.rst index 91c3768..8da1c94 100644 --- a/Help/release/3.21.rst +++ b/Help/release/3.21.rst @@ -318,7 +318,7 @@ Changes made since CMake 3.21.0 include the following. * The :generator:`Visual Studio 17 2022` generator is now based on "Visual Studio 2022 Preview 4". Previously it was based on "Preview 3.1". -* The AMD ROCm Platform ``hipcc`` compiler was identifed by CMake 3.21.0 +* The AMD ROCm Platform ``hipcc`` compiler was identified by CMake 3.21.0 through 3.21.2 as a distinct compiler with id ``ROCMClang``. This has been removed because it caused regressions. Instead: |