Skip to content

Commit

Permalink
Bump libfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jul 8, 2024
1 parent 01cbfb6 commit f063c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ else()
endif()
include(FetchContent)
FetchContent_Declare(libfmt
URL https://github.com/fmtlib/fmt/archive/44f3d8a77cd7e05e9da92d68635abdb4da626e9e.tar.gz
URL_HASH MD5=b6eb4573962586cfbfb6e5e2986d292b
URL https://github.com/fmtlib/fmt/archive/486838f26fd1192de9bc1bd9caa09896470118a2.tar.gz
URL_HASH MD5=9491b0393d33faf63fd81db6bfcd8f38
)
FetchContent_MakeAvailableExcludeFromAll(libfmt)

if(DEVILUTIONX_WINDOWS_NO_WCHAR)
target_compile_definitions(fmt PUBLIC FMT_WINDOWS_NO_WCHAR)
target_compile_definitions(fmt PUBLIC FMT_USE_WRITE_CONSOLE)
endif()

0 comments on commit f063c0b

Please sign in to comment.