Reapply "Windows: Compile with /utf-8 flag"

This reverts commit 48c1fe3856.
This commit is contained in:
sukibaby
2024-08-30 03:17:33 -07:00
committed by teejusb
parent 4a3ed49f3f
commit 51dbbeac1c
+1 -1
View File
@@ -150,7 +150,7 @@ endif()
if(MSVC)
# TODO: Find a way to do this cleanly for non MSVC users.
set(SM_COMPILE_FLAGS "${SM_COMPILE_FLAGS} /MP2")
set(SM_COMPILE_FLAGS "${SM_COMPILE_FLAGS} /MP2 /utf-8")
endif()
set_target_properties("${SM_EXE_NAME}"