# CMake 3.27.5 available for download

**URL:** https://discourse.cmake.org/t/cmake-3-27-5-available-for-download/8976
**Category:** Announcements
**Created:** [September 14, 2023, 8:27pm UTC](https://discourse.cmake.org/t/cmake-3-27-5-available-for-download/8976 "2023-09-14T20:27:43Z")
**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: [September 14, 2023, 8:27pm UTC](https://discourse.cmake.org/t/cmake-3-27-5-available-for-download/8976/1 "2023-09-14T20:27:43Z")

</div>

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

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

Thanks for your support!

* * *

Changes made since CMake 3.27.4:

Ben Boeckel (4):

- cmGeneratorTarget: support config-independent Fortran source queries
- cmComputeLinkInformation: compute link info for module-using targets
- FortranCInterface: forward `CMAKE_OSX_DEPLOYMENT_TARGET`
- cxxmodules: detect and message about non-compiled sources

Brad King (5):

- Source: Link libatomic when needed on any Linux architecture
- Help: MSVC\_DEBUG\_INFORMATION\_FORMAT is initialized from associated variable
- FindBoost: Add support for Boost 1.83
- Autogen: Evaluate INTERFACE\_AUTOMOC\_MACRO\_NAMES efficiently
- CMake 3.27.5

Robert Maynard (1):

- VS: Avoid unnecessary CUDA device linking for OBJECT libraries

Zack Galbreath (1):

- ctest: Restore support for http redirects during Submit step
