# CMake 3.30.3 available for download

**URL:** https://discourse.cmake.org/t/cmake-3-30-3-available-for-download/11554
**Category:** Announcements
**Created:** [August 29, 2024, 10:42pm UTC](https://discourse.cmake.org/t/cmake-3-30-3-available-for-download/11554 "2024-08-29T22:42:47Z")
**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: [August 29, 2024, 10:42pm UTC](https://discourse.cmake.org/t/cmake-3-30-3-available-for-download/11554/1 "2024-08-29T22:42:47Z")

</div>

We are pleased to announce that CMake 3.30.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.30.html) and [release milestone](https://gitlab.kitware.com/cmake/cmake/-/milestones/157)

Thanks for your support!

* * *

Changes made since CMake 3.30.2:

Brad King (7):

- file(DOWNLOAD): Fix User-Agent to use run-time curl version
- curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codes
- FindJNI: Improve output on macOS if Xcode is not installed
- ci: update to use ninja 1.12.1
- gitlab-ci: update macOS jobs to use Xcode 15.4
- gitlab-ci: Update Windows builds to MSVC 14.41 toolset
- CMake 3.30.3

Christoph Grüninger (1):

- cppdap: include/dap/network.h: add \<stdint.h\> include for GCC 15

Even Rouault (1):

- FindPython: fix regression of NumPy detection with Intel MKL library

K. R. Walker (1):

- CPack/NSIS: Fix matching of reserved component names

Lars Schmertmann (1):

- Android: Fix build with NDK 27

Marc Chevrier (1):

- FindPython: ensure a usable environment is set for the free threaded Python

Robert Maynard (1):

- project: non cache \<project\> prefix variables are also created

WANG Xuerui (1):

- FindJNI: Support finding libjvm.so for all OpenJDK variants
