# HG changeset patch # User Sebastien Jodogne # Date 1550488695 -3600 # Node ID 5d1f998b0b18402d43ce734c4c176de1c2c5a1f8 # Parent d4141f5f7fe26460f1536c12958308e61ed27293 cnot diff -r d4141f5f7fe2 -r 5d1f998b0b18 Resources/CMake/LibIcuConfiguration.cmake --- a/Resources/CMake/LibIcuConfiguration.cmake Mon Feb 18 07:18:35 2019 +0100 +++ b/Resources/CMake/LibIcuConfiguration.cmake Mon Feb 18 12:18:15 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