mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable libfmt unicode support for annoying windows reasons
This commit is contained in:
parent
7196ac4ee3
commit
2346ad674c
1 changed files with 1 additions and 0 deletions
1
thirdparty/fmt/CMakeLists.txt
vendored
1
thirdparty/fmt/CMakeLists.txt
vendored
|
|
@ -6,4 +6,5 @@ add_library(fmt INTERFACE)
|
|||
target_include_directories(fmt INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||||
target_compile_features(fmt INTERFACE cxx_std_11)
|
||||
target_compile_definitions(fmt INTERFACE -DFMT_HEADER_ONLY)
|
||||
target_compile_definitions(fmt INTERFACE "-DFMT_UNICODE=0")
|
||||
add_library(fmt::fmt-header-only ALIAS fmt)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue