We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43f1c3 commit d1363f8Copy full SHA for d1363f8
CMakeLists.txt
@@ -285,7 +285,9 @@ set(BUILD_SHARED_LIBS OFF)
285
286
if (TCNN_EXTERNAL_FMT)
287
list(APPEND TCNN_LIBRARIES "${TCNN_EXTERNAL_FMT}")
288
+ list(APPEND TCNN_DEFINITIONS -DFMT_UNICODE=0)
289
else()
290
+ set(FMT_UNICODE OFF CACHE BOOL " " FORCE)
291
add_subdirectory("dependencies/fmt")
292
list(APPEND TCNN_LIBRARIES fmt)
293
list(APPEND TCNN_INCLUDES "dependencies/fmt/include")
0 commit comments