Skip to content

Commit 5574378

Browse files
author
Grok Compression
committed
msvc: enable utf-8 to make spdlog happy
1 parent df9dd7f commit 5574378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif (CMAKE_SYSTEM_PROCESSOR MATCHES "unknown")
4646
message(STATUS "Architecture: " ${GRK_ARCH})
4747

4848
IF(MSVC)
49-
string(APPEND CMAKE_CXX_FLAGS " /EHsc")
49+
string(APPEND CMAKE_CXX_FLAGS " /EHsc /utf-8")
5050
ENDIF(MSVC)
5151

5252
# Set a default build type if none was specified

0 commit comments

Comments
 (0)