From 28ccf3cb863bd03deaa17343213179e254e485c4 Mon Sep 17 00:00:00 2001 From: Alex Reinking Date: Sat, 12 Jul 2025 08:00:49 -0400 Subject: [PATCH] Update third_party dependencies Newer versions of CMake (>=4.0) have dropped backwards compatibility with older versions of CMake (<3.5). All of double-conversion, sentencepiece, and utf8proc point to commits that declare minimum CMake versions older than that, breaking the build. Fortunately, the minimum CMake versions have all been bumped upstream, and just updating the submodules seems to work. Fixes #2294 --- third_party/double-conversion | 2 +- third_party/sentencepiece | 2 +- third_party/utf8proc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/third_party/double-conversion b/third_party/double-conversion index b1d531bfb1..3d97642d15 160000 --- a/third_party/double-conversion +++ b/third_party/double-conversion @@ -1 +1 @@ -Subproject commit b1d531bfb130e7149ffe24bb0f1c5c01f20c3a5f +Subproject commit 3d97642d15b27538fa0b714d8e80068520e26967 diff --git a/third_party/sentencepiece b/third_party/sentencepiece index 0e6dfbf86e..273449044c 160000 --- a/third_party/sentencepiece +++ b/third_party/sentencepiece @@ -1 +1 @@ -Subproject commit 0e6dfbf86e2fa6d86a3d9a8a08a628da71c073e0 +Subproject commit 273449044caa593c2fd7eb7550cb3ab2cff93f1a diff --git a/third_party/utf8proc b/third_party/utf8proc index 0890a538bf..8861a0ef7d 160000 --- a/third_party/utf8proc +++ b/third_party/utf8proc @@ -1 +1 @@ -Subproject commit 0890a538bf8238cded9be0c81171f57e43f2c755 +Subproject commit 8861a0ef7d0b58543a166071c211b52ee358e9e1