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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3-54-g00ecf