Skip to content

Commit

Permalink
Update spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Sep 28, 2024
1 parent 0913977 commit cf14dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/LIEFDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ if(LIEF_EXTERNAL_SPDLOG)
get_target_property(SPDLOG_INC_DIR spdlog::spdlog INTERFACE_INCLUDE_DIRECTORIES)
target_include_directories(lief_spdlog SYSTEM INTERFACE ${SPDLOG_INC_DIR})
else()
set(SPDLOG_VERSION 1.14.0)
set(SPDLOG_SHA256 SHA256=2cd8a65885e7937fdd046b181eed7e95d61bab7006bd0fb7b9c766185ed3e0ae)
set(SPDLOG_VERSION 1.14.1)
set(SPDLOG_SHA256 SHA256=429dfdf3afc1984feb59e414353c21c110bc79609f6d7899d52f6aa388646f6d)
set(SPDLOG_URL "${THIRD_PARTY_DIRECTORY}/spdlog-${SPDLOG_VERSION}.zip" CACHE STRING "URL to the spdlog source")
ExternalProject_Add(lief_spdlog_project
URL ${SPDLOG_URL}
Expand Down
Binary file not shown.

0 comments on commit cf14dae

Please sign in to comment.