mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
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:
parent
1d441f89ac
commit
9d748afff1
1 changed files with 1 additions and 0 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue