From 87f6311e94f41b726bef50fb74f6929b0cf4e21a Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 7 Sep 2017 04:12:08 -0700 Subject: [PATCH] .gitmodules: Fix boost branch. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c66f98cbd..0a2552815 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,4 +8,4 @@ [submodule "boost"] path = boost url = https://github.com/boostorg/boost.git - branch = boost-1.64.0 + branch = master