Skip to content

Commit

Permalink
downgrade spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
mzks committed Sep 25, 2024
1 parent 47df8c5 commit 8623c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ include(FetchContent)
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG v1.x # This tag is like main
GIT_TAG v1.13.0 # v1.14 doesn't work
)
FetchContent_GetProperties(spdlog)
if (NOT spdlog_POPULATED)
Expand Down
2 changes: 1 addition & 1 deletion mc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include(FetchContent)
FetchContent_Declare(
spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG v1.x # This tag is like main
GIT_TAG v1.13.0 # v1.14 doesn't work
)
FetchContent_GetProperties(spdlog)
if (NOT spdlog_POPULATED)
Expand Down

0 comments on commit 8623c17

Please sign in to comment.