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 f64add9 commit 7819674Copy full SHA for 7819674
CMakeLists.txt
@@ -15,11 +15,6 @@ if (NOT XCODE AND NOT MSVC AND NOT CMAKE_BUILD_TYPE)
15
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
16
endif()
17
18
-# If MSVC set utf-8 encoding
19
-if (MSVC)
20
- add_compile_options(/utf-8)
21
-endif()
22
-
23
# Add path to modules
24
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
25
0 commit comments