Skip to content

Commit

Permalink
Workaround msvc bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed May 31, 2021
1 parent 577bce9 commit bf9904e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit bf9904e

Please sign in to comment.