Skip to content

Commit

Permalink
Bump spdlog to 1.15 and remove patch (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos authored Jan 7, 2025
1 parent 2ee4cea commit f01c0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
6 changes: 2 additions & 4 deletions libtiledbsoma/cmake/Modules/FindSpdlog_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ if (NOT SPDLOG_FOUND)
PREFIX "externals"
# Set download name to avoid collisions with only the version number in the filename
DOWNLOAD_NAME ep_spdlog.zip
URL "https://github.com/gabime/spdlog/archive/v1.10.0.zip"
URL_HASH SHA1=aa2d4ff13b5393dea83d46caf545c6a303c889cd
PATCH_COMMAND
${CONDITIONAL_PATCH}
URL "https://github.com/gabime/spdlog/archive/v1.15.0.zip"
URL_HASH SHA1=ddf312f7e1fdadf32f475e047bcd1b798422a88c
CMAKE_ARGS
-DCMAKE_PREFIX_PATH=${EP_INSTALL_PREFIX}
-DCMAKE_INSTALL_PREFIX=${EP_INSTALL_PREFIX}
Expand Down
13 changes: 0 additions & 13 deletions libtiledbsoma/cmake/patches/spdlog.patch

This file was deleted.

0 comments on commit f01c0c6

Please sign in to comment.