CMake 3.27.2 available for download

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

Please use the latest release from our download page:
https://cmake.org/download/

Thanks for your support!


Changes made since CMake 3.27.1:

Adrien Ollier (1):

  • Help/guide/importing-exporting: Update line numbers in prose

Brad King (12):

  • Help: Document that if(EXISTS) requires paths to be readable
  • Source: Link libatomic when needed on Linux 32-bit ARM
  • VS: Revert “Add CMake input files to ZERO_CHECK”
  • Help: Add 3.27 release note on VS default SDK selection
  • ci: Suppress cmake.org html documentation search results for index entries
  • Tests: Remove redundant condition in RunCMake.GeneratorPlatform test
  • VS: Do not print empty Windows SDK version when none is selected
  • VS: Consolidate Windows SDK major version selection dispatch
  • VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for
    older versions
  • VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection
  • VS: Select latest Windows SDK even when targeting Windows 8.1 and below
  • CMake 3.27.2

Christian Oyarzun (1):

  • FindJNI: Update for Xcode greater than 12.1 on macOS

Craig Scott (4):

  • Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs
  • Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY
  • Help: Improve formatting and fix wording for ENABLE_EXPORTS
  • cmLocalGenerator: Fix trivial spelling error in code comment

Evan Wilde (1):

  • file(GENERATE): Restore INPUT|CONTENT parse checking

Marc Chevrier (2):

  • FindPython: Restore Python_SITE* values for versions below 3.10
  • cmList: Fix performance regression in append/prepend