# CMake 3.28.1 available for download

**URL:** https://discourse.cmake.org/t/cmake-3-28-1-available-for-download/9637
**Category:** Announcements
**Created:** [December 14, 2023, 6:31pm UTC](https://discourse.cmake.org/t/cmake-3-28-1-available-for-download/9637 "2023-12-14T18:31:56Z")
**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: [December 14, 2023, 6:31pm UTC](https://discourse.cmake.org/t/cmake-3-28-1-available-for-download/9637/1 "2023-12-14T18:31:56Z")

</div>

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

Please use the latest release from our download page:  
[https://cmake.org/download/](https://cmake.org/download/)

Thanks for your support!

* * *

Changes made since CMake 3.28.0:

Ben Boeckel (12):

- Help/create\_test\_sourcelist: reflow prose
- Help/create\_test\_sourcelist: add formatting markup
- Help/create\_test\_sourcelist: format arguments in the signature docs
- cmGeneratorTarget: disable C++ module scanning for verify targets
- cmQtAutoGenInitializer: disable C++ module scanning for autogen sources
- cmLocalGenerator: disable C++ module scanning for copied PCH sources
- cmLocalGenerator: disable C++ module scanning for unity sources
- cmGlobalXCodeGenerator: disable C++ module scanning for force-lang files
- FindFreetype: always find the config module quietly
- FindFreetype: also consider RelWithDebInfo-built libraries
- FindTIFF: always find the config module quietly
- FindTIFF: consider `IMPLIB`-using platforms

Brad King (8):

- FindCUDAToolkit: Fix stub library representation on reconfigure
- Tests: Update for changes to upstream ninja development version
- gitlab-ci: update macOS jobs to use Xcode 15.1
- FindMatlab: Fix regression on Windows Registry lookup failure
- FindFreetype: Fix success message when config module is found
- FindTIFF: Restore support for projects that do not enable CMP0057
- FindMatlab: Fix processing of multiple versions from Windows Registry
- CMake 3.28.1

Craig Scott (4):

- Help: Fix malformed cross-reference in FetchContent docs
- Help: Add missing versionadded directives for IMPORTED\_IMPLIB
- Help: XCFrameworks and stubs are supported on all Apple, not just macOS
- Help: Note case where IMPORTED\_IMPLIB isn’t needed for (xc)frameworks

Mattias Ellert (1):

- Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd

Robert Maynard (1):

- CUDAToolkit: Restore ability to find cupti headers
