mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/cmake: bump to version 3.31.3
According to https://discourse.cmake.org/t/cmake-3-31-3-available-for-download/13245: Changes made since CMake 3.31.2: Brad King (16): VS: Factor out check for mixed C and C++ target VS: Restore support for mixing C++23 and C in one target with clang-cl cmLocalUnixMakefileGenerator3: Simplify progress command generation Makefile: Fix per-directory codegen target Makefile: Enable progress messages for codegen target cmGlobalNinjaGenerator: Remove unused local variable cmGlobalNinjaGenerator: Remove unnecessary local variable cmGlobalNinjaGenerator: Fix local variable name for codegen target cmGlobalNinjaGenerator: Clarify order of codegen build statement logic cmGlobalNinjaGenerator: Simplify per-directory configuration list lookup Ninja: Add missing top-level codegen dependencies on per-directory codegen Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specific target_sources: Improve error message for CXX_MODULES on INTERFACE libraries Help: Update link to UTF-8 RFC 3629 ci: update macOS jobs to use Xcode 16.2 CMake 3.31.3 Craig Scott (1): install: Restore treatment of DESTINATION as a single-valued keyword Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
83b783c29e
commit
f78d8b50fe
@@ -1,5 +1,5 @@
|
||||
# From https://cmake.org/files/v3.31/cmake-3.31.2-SHA-256.txt
|
||||
sha256 42abb3f48f37dbd739cdfeb19d3712db0c5935ed5c2aef6c340f9ae9114238a2 cmake-3.31.2.tar.gz
|
||||
# From https://cmake.org/files/v3.31/cmake-3.31.3-SHA-256.txt
|
||||
sha256 fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87 cmake-3.31.3.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
|
||||
CMAKE_VERSION_MAJOR = 3.31
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
|
||||
CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).3
|
||||
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
|
||||
CMAKE_LICENSE = BSD-3-Clause
|
||||
CMAKE_LICENSE_FILES = Copyright.txt
|
||||
|
||||
Reference in New Issue
Block a user