# CMake 3.29.3 available for download

**URL:** https://discourse.cmake.org/t/cmake-3-29-3-available-for-download/10820
**Category:** Announcements
**Created:** [May 7, 2024, 8:49pm UTC](https://discourse.cmake.org/t/cmake-3-29-3-available-for-download/10820 "2024-05-07T20:49:42Z")
**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: [May 7, 2024, 8:49pm UTC](https://discourse.cmake.org/t/cmake-3-29-3-available-for-download/10820/1 "2024-05-07T20:49:42Z")

</div>

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

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

See also the [release notes](https://cmake.org/cmake/help/latest/release/3.29.html) and [release milestone](https://gitlab.kitware.com/cmake/cmake/-/milestones/147)

Thanks for your support!

* * *

Changes made since CMake 3.29.2:

Ben Boeckel (7):

- Tests/CXXModules: test exporting modules which include headers
- cmGeneratorTarget: add the original target as a COMPILE\_ONLY link
- cmGeneratorTarget: add method to get a filesystem-safe export name
- cxxmodules: use filesystem-safe export names in filenames
- cmGeneratorTarget: add a target-level query for “needs dyndep”
- VS: set ScanSourceForModuleDependencies at vcxproj level
- cmDyndepCollation: look at all `export(TARGETS)` calls

Brad King (4):

- Tests/RunCMake/CMakePackage: Define variable closer to where it is used
- FindBoost: Add support for Boost 1.85
- cxxmodules: Do not scan sources while testing the compiler
- CMake 3.29.3

Craig Scott (4):

- Help: Fix CMakePackageConfigHelpers typos, grammar and formatting
- Help: Add missing section heading for apple architecture selection
- generate\_apple\_architecture\_selection\_file: Avoid early returns
- generate\_apple\_\*\_selection\_file: Save/restore PACKAGE\_PREFIX\_DIR

Raul Tambre (1):

- Help/OBJC\_STANDARD: Document Objective C17 and C23 support

Mehdi Chinoune (1):

- FindHDF5: Fix detection of versions with more than three components
