Skip to content

Commit

Permalink
dependency/spdlog: use v1.x branch
Browse files Browse the repository at this point in the history
When MALLOY_DEPENDENCY_SPDLOG_DOWNLOAD is set, use the v1.x git tag instead of v1.9.2.
  • Loading branch information
Tectu committed Apr 19, 2022
1 parent f2e921e commit 6b34df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/malloy/core/external.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (MALLOY_DEPENDENCY_SPDLOG_DOWNLOAD)
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog
GIT_TAG v1.9.2
GIT_TAG v1.x
)
FetchContent_GetProperties(spdlog)
if (NOT spdlog_POPULATED)
Expand Down

0 comments on commit 6b34df4

Please sign in to comment.