From f928d21d4cb5cfea16b7783807f2267b0aab4f4f Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Mon, 7 Jul 2025 10:36:22 +0200 Subject: [PATCH] Update cmake and ninja --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ca4f362..604515b 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ TARGET_SYSTEM=linux # CMake Settings CMAKEDIR="${SRCDIR}/cmake" -CMAKETAG="v3.31.3" +CMAKETAG="v4.0.3" CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" # LLVM Settings @@ -37,7 +37,7 @@ LLVMVCS="https://github.com/llvm/llvm-project.git" # Ninja Settings NINJADIR="${SRCDIR}/ninja" -NINJATAG="v1.12.1" +NINJATAG="v1.13.0" NINJAVCS="https://github.com/ninja-build/ninja.git" # Wine Settings