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