aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/compiler/msvc/settings.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/compiler/msvc/settings.cmake b/cmake/compiler/msvc/settings.cmake
index f7817cb5d7c..de2327a55ae 100644
--- a/cmake/compiler/msvc/settings.cmake
+++ b/cmake/compiler/msvc/settings.cmake
@@ -26,7 +26,8 @@ target_compile_options(trinity-warning-interface
# disable permissive mode to make msvc more eager to reject code that other compilers don't already accept
target_compile_options(trinity-compile-option-interface
INTERFACE
- /permissive-)
+ /permissive-
+ /utf-8)
if(PLATFORM EQUAL 32)
# mark 32 bit executables large address aware so they can use > 2GB address space