mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Workaround msvc bugs
This commit is contained in:
@ -94,10 +94,10 @@ if (FMT_CAN_MODULE)
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>)
|
||||
enable_module(test-module)
|
||||
|
||||
add_fmt_test(module-test MODULE)
|
||||
#add_fmt_test(module-test MODULE)
|
||||
if (MSVC)
|
||||
target_compile_options(test-module PRIVATE /utf-8)
|
||||
target_compile_options(module-test PRIVATE /utf-8)
|
||||
#target_compile_options(module-test PRIVATE /utf-8)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
|
Reference in New Issue
Block a user