We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c1edd commit fb8640cCopy full SHA for fb8640c
CMakeLists.txt
@@ -46,7 +46,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
46
47
if (MSVC)
48
add_definitions(-D_CRT_SECURE_NO_WARNINGS -DNOMINMAX)
49
- add_compile_options(-wd4996)
+ add_compile_options(-wd4996 -utf-8)
50
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /ignore:4099")
51
else()
52
add_compile_options(-Wall)
0 commit comments