# CMake 3.21.7 available for download

**URL:** https://discourse.cmake.org/t/cmake-3-21-7-available-for-download/5778
**Category:** Announcements
**Created:** [June 1, 2022, 9:09pm UTC](https://discourse.cmake.org/t/cmake-3-21-7-available-for-download/5778 "2022-06-01T21:09:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![johnwparent](https://discourse.cmake.org/user_avatar/discourse.cmake.org/johnwparent/32/2179_2.png) [@johnwparent](https://discourse.cmake.org/u/johnwparent)
#### Post date: [June 1, 2022, 9:09pm UTC](https://discourse.cmake.org/t/cmake-3-21-7-available-for-download/5778/1 "2022-06-01T21:09:14Z")

</div>

We are pleased to announce that CMake 3.21.7 is now available for download.

Please use the latest release from our download page:  
[Releases · Kitware/CMake · GitHub](https://github.com/Kitware/CMake/releases)

Thanks for your support!

* * *

Changes made since CMake 3.21.6:

Brad King (9):

- BinUtils: Avoid llvm-mt because it is missing ‘mt’ features we use
- BinUtils: Restore llvm-ar fallback on Apple platforms
- Utilities/Release: Add “source” stage to Windows docker spec
- AIX: Fix executable ENABLE\_EXPORTS in Makefile generators
- Tests: Teach RunCMake to ignore Xcode extension point warnings
- gitlab-ci: update macOS jobs to use Xcode 13.3
- file(GET\_RUNTIME\_DEPENDENCIES): Support VS 2022 without VS 2019
- cmake-gui: Restore support for internationalization with Qt5 on Windows
- CMake 3.21.7

Gregor Jasny (1):

- Tests: Ignore all classes in Xcode internal objc warnings

Ken Matsui (1):

- AppleClang: Add C++20 and C++23 flags
