Skip to content

Commit

Permalink
decrease spdlog version to 1.13.0
Browse files Browse the repository at this point in the history
spdlog 1.14.1 an 1.14.0 are not yet
available on conda-forge. This might
cause issues for the conda-deployment
otherwise
  • Loading branch information
schuhmaj committed May 15, 2024
1 parent 8a51359 commit 75a0732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/spdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(FetchContent)

message(STATUS "Setting up spdlog")

find_package(spdlog 1.14.1 QUIET)
find_package(spdlog 1.13.0 QUIET)

if (${spdlog_FOUND})

Expand All @@ -14,7 +14,7 @@ else()

FetchContent_Declare(spdlog
GIT_REPOSITORY https://github.com/gabime/spdlog.git
GIT_TAG v1.14.1
GIT_TAG v1.13.0
)

# Disable stuff we don't need
Expand Down

0 comments on commit 75a0732

Please sign in to comment.