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 23b5d03 commit fede9a6Copy full SHA for fede9a6
1 file changed
CMakeLists.txt
@@ -29,6 +29,9 @@ option (BUILD_PERIPHERY "BUILD_PERIPHERY" OFF)
29
include (${CMAKE_CURRENT_SOURCE_DIR}/cmake/macros.cmake)
30
configure_msvc_runtime ()
31
32
+add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
33
+add_compile_options("$<$<C_COMPILER_ID:MSVC>:/utf-8>")
34
+
35
if (WARNINGS_AS_ERRORS)
36
if (MSVC)
37
add_compile_options (/WX)
0 commit comments