# CMake 3.19.1 available for download

**URL:** https://discourse.cmake.org/t/cmake-3-19-1-available-for-download/2228
**Category:** Announcements
**Created:** [November 24, 2020, 7:14pm UTC](https://discourse.cmake.org/t/cmake-3-19-1-available-for-download/2228 "2020-11-24T19:14:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![robert.maynard](https://discourse.cmake.org/user_avatar/discourse.cmake.org/robert.maynard/32/4_2.png) [@robert.maynard](https://discourse.cmake.org/u/robert.maynard)
#### Post date: [November 24, 2020, 7:14pm UTC](https://discourse.cmake.org/t/cmake-3-19-1-available-for-download/2228/1 "2020-11-24T19:14:49Z")

</div>

We are pleased to announce that CMake 3.19.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 in 3.19.1 since 3.19.0:

Brad King (10):

- ci: update to use CMake 3.19.0
- gitlab-ci: update macOS jobs to use Xcode 12.0
- Revert “specify language flag when source LANGUAGE property is set”
- FindGTest: Revert “Allow either “Debug” or “Release” configurations.”
- Makefiles: Fix CMAKE\_EXPORT\_COMPILE\_COMMANDS crash with custom compile rule
- Xcode: Fix custom command work-dir placeholders in “new build system”
- Tests: Match RunCMake.CMP0111 stderr more strictly
- cmTarget: Do not enforce CMP0111 on imported INTERFACE libraries
- cmVisualStudio10TargetGenerator: Avoid GetFullPath on INTERFACE library
- CMake 3.19.1

Kyle Edwards (1):

- cmGlobalGenerator: FindMakeProgram() at a generator-specific time

Marc Chevrier (1):

- cmFileTime: Fix overflow on time computation

Nikita Nemkin (1):

- Help: Fix `.. versionadded` directives for CTEST\_CUSTOM\_\* variables

Raul Tambre (2):

- CUDA: Clang CUDA 11.1 support
- CUDA: Error if can’t determine toolkit library root
