Mercurial > hg > orthanc
comparison Resources/CMake/LibIcuConfiguration.cmake @ 3254:e89e378e71e4
masm not working
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 16 Feb 2019 15:46:53 +0100 |
parents | 759cc438886e |
children | d4141f5f7fe2 |
comparison
equal
deleted
inserted
replaced
3253:759cc438886e | 3254:e89e378e71e4 |
---|---|
8 | 8 |
9 if (STATIC_BUILD OR NOT USE_SYSTEM_LIBICU) | 9 if (STATIC_BUILD OR NOT USE_SYSTEM_LIBICU) |
10 include(${CMAKE_CURRENT_LIST_DIR}/../ThirdParty/icu/Version.cmake) | 10 include(${CMAKE_CURRENT_LIST_DIR}/../ThirdParty/icu/Version.cmake) |
11 DownloadPackage(${LIBICU_MD5} ${LIBICU_URL} "${LIBICU_SOURCES_DIR}") | 11 DownloadPackage(${LIBICU_MD5} ${LIBICU_URL} "${LIBICU_SOURCES_DIR}") |
12 | 12 |
13 if (MSVC) | 13 if (OFF) |
14 # In Visual Studio 2015, we get the following error if using plain | 14 # In Visual Studio 2015, we get the following error if using plain |
15 # C: "icudt58l_dat.c(1638339): fatal error C1060: compiler is out | 15 # C: "icudt58l_dat.c(1638339): fatal error C1060: compiler is out |
16 # of heap space" => use Microsoft Assembler to circumvent this issue | 16 # of heap space" => use Microsoft Assembler to circumvent this issue |
17 DownloadCompressedFile(${LIBICU_MASM_MD5} ${LIBICU_MASM_URL} ${LIBICU_MASM}) | 17 DownloadCompressedFile(${LIBICU_MASM_MD5} ${LIBICU_MASM_URL} ${LIBICU_MASM}) |
18 | 18 |