# HG changeset patch # User Sebastien Jodogne # Date 1550328413 -3600 # Node ID e89e378e71e4154ddc755ed39a7d9d544def1def # Parent 759cc438886e837abcb8595ae43b98fd6c0e2c55 masm not working diff -r 759cc438886e -r e89e378e71e4 Resources/CMake/LibIcuConfiguration.cmake --- a/Resources/CMake/LibIcuConfiguration.cmake Sat Feb 16 14:52:29 2019 +0100 +++ b/Resources/CMake/LibIcuConfiguration.cmake Sat Feb 16 15:46:53 2019 +0100 @@ -10,7 +10,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/../ThirdParty/icu/Version.cmake) DownloadPackage(${LIBICU_MD5} ${LIBICU_URL} "${LIBICU_SOURCES_DIR}") - if (MSVC) + if (OFF) # In Visual Studio 2015, we get the following error if using plain # C: "icudt58l_dat.c(1638339): fatal error C1060: compiler is out # of heap space" => use Microsoft Assembler to circumvent this issue