fix: windows build need /utf-8
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
if(MSVC)
|
||||
add_definitions(-DHAVE_ATANH -DHAVE_ASINH -DHAVE_ACOSH)
|
||||
add_compile_options(/utf-8)
|
||||
else(MSVC)
|
||||
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
|
||||
endif(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user