Skip to content

Commit

Permalink
Disable libfmt builtin types
Browse files Browse the repository at this point in the history
  • Loading branch information
azihassan authored Oct 4, 2024
1 parent b2dfdfe commit 0306ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if(DEVILUTIONX_WINDOWS_NO_WCHAR)
target_compile_definitions(fmt PUBLIC FMT_WINDOWS_NO_WCHAR)
endif()

target_compile_definitions(fmt PUBLIC FMT_USE_FLOAT=0 FMT_USE_DOUBLE=0 FMT_USE_LONG_DOUBLE=0)
target_compile_definitions(fmt PUBLIC FMT_BUILTIN_TYPES=0)

0 comments on commit 0306ce8

Please sign in to comment.