summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-platform.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-03 08:41:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-03 08:41:53 +0200
commit764a29e801951bf0091f9605e925f7bbbcc74ef2 (patch)
treeff0cdfaca1e202698b6be4b40411149c2af2a896 /cmake/opentrack-platform.cmake
parent9d4236a7e08a70a683ee2f97f2bc2b3fe963c96e (diff)
revert msvc utf-8 source file encoding
cf. https://github.com/opentrack/opentrack/issues/605#issuecomment-298637288
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r--cmake/opentrack-platform.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 05566237..ab3a5f8b 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -49,9 +49,6 @@ if(MSVC)
foreach (i SHARED MODULE EXE)
set(CMAKE_${i}_LINKER_FLAGS "-DYNAMICBASE -NXCOMPAT ${CMAKE_${i}_LINKER_FLAGS} ")
endforeach()
-
- #C4828: The file contains a character starting at offset 0x2763 that is illegal in the current source character set (codepage 65001).
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -source-charset:UTF-8 -wd4828")
endif()
if(WIN32)