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 <demurra@microsoft.com>
This commit is contained in:
Derek Murray 2020-05-29 17:53:40 -07:00 committed by GitHub
parent 1d441f89ac
commit 9d748afff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitmodules vendored
View file

@ -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