From 4f3aff17a3309f4838e0f894290c3866283bf272 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 27 Jun 2022 21:03:01 -0400 Subject: Reinit boost submodule to use boostorg/boost Boost comprises many submodules that use relative URLs. This will not work unless I were to fork the entire org which is not worth the time/effort when I can checkout the tag and commit that so its pinned to boost-1.79.0 --- .gitmodules | 4 ++-- thirdparty/boost | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1d578d9..84a6573 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,5 +8,5 @@ branch = v5.4.0-patch [submodule "thirdparty/boost"] path = thirdparty/boost - url = https://github.com/s3nd3r5/boost - branch = v1.79.0 + url = https://github.com/boostorg/boost + branch = master diff --git a/thirdparty/boost b/thirdparty/boost index fff1e12..565a5a1 160000 --- a/thirdparty/boost +++ b/thirdparty/boost @@ -1 +1 @@ -Subproject commit fff1e12ce3b6af359c40ebafc2d8d05091ddbc89 +Subproject commit 565a5a13235920045112eaa161c4527253b8228c -- cgit v1.2.3-54-g00ecf