Skip to content

Commit

Permalink
Remove extra target_compile_definitions line
Browse files Browse the repository at this point in the history
azihassan authored Oct 4, 2024
1 parent 6930fdc commit b2dfdfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -26,4 +26,3 @@ if(DEVILUTIONX_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(libfmt PUBLIC FMT_USE_FLOAT=0 FMT_USE_DOUBLE=0 FMT_USE_LONG_DOUBLE=0)

0 comments on commit b2dfdfe

Please sign in to comment.