Commit bf9904ee authored by Victor Zverovich's avatar Victor Zverovich

Workaround msvc bugs

parent 577bce90
...@@ -94,10 +94,10 @@ if (FMT_CAN_MODULE) ...@@ -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 ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment