Mercurial > hg > orthanc
changeset 3256:d4141f5f7fe2
trying again with msvc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 18 Feb 2019 07:18:35 +0100 |
parents | fa0f49d80b8b |
children | 5d1f998b0b18 |
files | Resources/CMake/LibIcuConfiguration.cmake |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/LibIcuConfiguration.cmake Sun Feb 17 08:19:56 2019 +0100 +++ b/Resources/CMake/LibIcuConfiguration.cmake Mon Feb 18 07:18:35 2019 +0100 @@ -10,7 +10,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/../ThirdParty/icu/Version.cmake) DownloadPackage(${LIBICU_MD5} ${LIBICU_URL} "${LIBICU_SOURCES_DIR}") - if (OFF) + if (MSVC) # 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