aboutsummaryrefslogtreecommitdiff
path: root/scripts/toolchains
diff options
context:
space:
mode:
authorPhoebe <925731795@qq.com>2019-04-03 14:43:56 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-03 14:43:56 -0700
commit83f13067f39ce351a0992484e8b3adcc295ff48b (patch)
treee62fcdb75b5567a5c84880859411fc9e1b2367a8 /scripts/toolchains
parent8ffa20107d1286a30405f486d053333df528e3a8 (diff)
downloadvcpkg-83f13067f39ce351a0992484e8b3adcc295ff48b.tar.gz
vcpkg-83f13067f39ce351a0992484e8b3adcc295ff48b.zip
[Thrift] Updates 2019.03.29 (#5924)
Diffstat (limited to 'scripts/toolchains')
-rw-r--r--scripts/toolchains/windows.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/toolchains/windows.cmake b/scripts/toolchains/windows.cmake
index 266e023b1..12b1ae7f9 100644
--- a/scripts/toolchains/windows.cmake
+++ b/scripts/toolchains/windows.cmake
@@ -9,7 +9,6 @@ if(NOT _CMAKE_IN_TRY_COMPILE)
message(FATAL_ERROR "Invalid setting for VCPKG_CRT_LINKAGE: \"${VCPKG_CRT_LINKAGE}\". It must be \"static\" or \"dynamic\"")
endif()
- set(CHARSET_FLAG "/utf-8")
if(VCPKG_PLATFORM_TOOLSET MATCHES "v120")
# VS 2013 does not support /utf-8
set(CHARSET_FLAG)