From 9d748afff19e9604a00632d66b97159b917dabb2 Mon Sep 17 00:00:00 2001 From: Derek Murray Date: Fri, 29 May 2020 17:53:40 -0700 Subject: [PATCH] Set spdlog submodule branch to "master" explicitly. (#4087) The default branch for the spdlog repository on GitHub recently changed from "master" to "v1.x", which has a different API for `syslog_sink::syslog_sink()`. This breaks builds of the server for anyone who has checked out the submodules since that change. Fixes #4077. Co-authored-by: Derek Murray --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index a3555a1e7e..2ead9c068e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,6 +52,7 @@ [submodule "server/external/spdlog"] path = server/external/spdlog url = https://github.com/gabime/spdlog.git + branch = master [submodule "cmake/external/FeaturizersLibrary"] path = cmake/external/FeaturizersLibrary url = https://github.com/microsoft/FeaturizersLibrary.git