Skip to content

Commit

Permalink
revert : cmake : set MSVC to use UTF-8 on source files (#2346)
Browse files Browse the repository at this point in the history
This reverts commit c96906d.
  • Loading branch information
ggerganov committed Sep 2, 2024
1 parent f64add9 commit 7819674
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ if (NOT XCODE AND NOT MSVC AND NOT CMAKE_BUILD_TYPE)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()

# If MSVC set utf-8 encoding
if (MSVC)
add_compile_options(/utf-8)
endif()

# Add path to modules
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")

Expand Down

0 comments on commit 7819674

Please sign in to comment.