Skip to content

Commit 5236f02

Browse files
committed
revert : cmake : set MSVC to use UTF-8 on source files (ggml-org#2346)
This reverts commit c96906d.
1 parent 2abaf19 commit 5236f02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ if (NOT XCODE AND NOT MSVC AND NOT CMAKE_BUILD_TYPE)
1515
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
1616
endif()
1717

18-
# If MSVC set utf-8 encoding
19-
if (MSVC)
20-
add_compile_options(/utf-8)
21-
endif()
22-
2318
# Add path to modules
2419
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
2520

0 commit comments

Comments
 (0)