Revert "Windows: Compile with /utf-8 flag"
This reverts commit 58a45d91f4.
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ endif()
|
|||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# TODO: Find a way to do this cleanly for non MSVC users.
|
# TODO: Find a way to do this cleanly for non MSVC users.
|
||||||
set(SM_COMPILE_FLAGS "${SM_COMPILE_FLAGS} /MP2 /utf-8")
|
set(SM_COMPILE_FLAGS "${SM_COMPILE_FLAGS} /MP2")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_target_properties("${SM_EXE_NAME}"
|
set_target_properties("${SM_EXE_NAME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user