diff options
author | Steph Enders <smenders@gmail.com> | 2022-06-27 21:03:01 -0400 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2022-06-27 21:21:16 -0400 |
commit | 4f3aff17a3309f4838e0f894290c3866283bf272 (patch) | |
tree | 1b5cac3f13ca98ac960783162494bfd4562b7f35 | |
parent | 38d46b2dda0243cfa60bc6945859ebd587e0a851 (diff) |
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
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | thirdparty/boost | 0 |
2 files changed, 2 insertions, 2 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 -Subproject fff1e12ce3b6af359c40ebafc2d8d05091ddbc8 +Subproject 565a5a13235920045112eaa161c4527253b8228 |