We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a61e6e commit 399ff76Copy full SHA for 399ff76
1 file changed
3rdParty/libfmt/CMakeLists.txt
@@ -16,11 +16,11 @@ else()
16
endif()
17
include(FetchContent)
18
FetchContent_Declare(libfmt
19
- URL https://github.com/fmtlib/fmt/archive/44f3d8a77cd7e05e9da92d68635abdb4da626e9e.tar.gz
20
- URL_HASH MD5=b6eb4573962586cfbfb6e5e2986d292b
+ URL https://github.com/fmtlib/fmt/archive/92227c77a4eed4c12f97f7916041ace4d5ca02d4.tar.gz
+ URL_HASH MD5=a60bc215a81a4ba770a7c1936311612f
21
)
22
FetchContent_MakeAvailableExcludeFromAll(libfmt)
23
24
if(DEVILUTIONX_WINDOWS_NO_WCHAR)
25
- target_compile_definitions(fmt PUBLIC FMT_WINDOWS_NO_WCHAR)
+ target_compile_definitions(fmt PUBLIC FMT_USE_WRITE_CONSOLE)
26
0 commit comments