[ANNOUNCE] CMake 4.1.6 available for download

John Parent <[email protected]> Thu, 23 Apr 2026 10:39:13 -0400
Newsgroups gmane.comp.kde.devel.general
Message-ID <CAN7YEFcu+KsPac4rh85FGW3ax0g8J+7CXveahhvi-jowrskM3Q@mail.gmail.com>
We are pleased to announce that CMake 4.1.6 is now available for download.

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

or download this release from:
  https://github.com/Kitware/CMake/releases/v4.1.6

See also the release notes:
  https://cmake.org/cmake/help/v4.1/release/4.1.html

and release milestone:
  https://gitlab.kitware.com/cmake/cmake/-/milestones/201

Thanks for your support!

----------------------------------------------------------------------------
Changes made since CMake 4.1.5:

Brad King (9):
  ctest --launch: Restore sharing of stdin with child process
  GenerateExportHeader: Fix FILE_SET example BASE_DIRS
  ci: update macOS jobs to use Xcode 26.3
  ci: Split macOS job configurations by architecture
  CTestCustom: Ignore warnings about zstd objects and libs with no symbols
  Tests/RunCMake/CMP0156: Update for Xcode 26.4
  ci: Update macos-arm64 jobs to use Xcode 26.4
  cmake: Restore normalization of `-P` script to on-disk path
  CMake 4.1.6

Gusts Kaksis (1):
  Xcode: Fix target ordering operator to meet std::sort requirements

Peter Boettcher (1):
  ConfigureLog: Eliminate unnecessary flush to improve write performance

Timo Röhling (1):
  Tests/RunCMake/CommandLine: Check tilde shell expansion more precisely