Mercurial > hg > orthanc
comparison OrthancFramework/Resources/ThirdParty/icu/Version.cmake @ 5271:c5f243ad7103
switch third party downloads to UCLouvain which provides faster network
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Apr 2023 16:39:16 +0200 |
parents | 0ea402b4d901 |
children | aa1c09fa6632 |
comparison
equal
deleted
inserted
replaced
5269:c3f425e78539 | 5271:c5f243ad7103 |
---|---|
30 set(LIBICU_SUFFIX "b") | 30 set(LIBICU_SUFFIX "b") |
31 else() | 31 else() |
32 set(LIBICU_SUFFIX "l") | 32 set(LIBICU_SUFFIX "l") |
33 endif() | 33 endif() |
34 | 34 |
35 set(LIBICU_BASE_URL "http://orthanc.osimis.io/ThirdPartyDownloads") | 35 set(LIBICU_BASE_URL "https://orthanc.uclouvain.be/third-party-downloads") |
36 | 36 |
37 if (USE_LEGACY_LIBICU) | 37 if (USE_LEGACY_LIBICU) |
38 # This is the latest version of icu that compiles without C++11 | 38 # This is the latest version of icu that compiles without C++11 |
39 # support. It is used for Linux Standard Base and Visual Studio 2008. | 39 # support. It is used for Linux Standard Base and Visual Studio 2008. |
40 set(LIBICU_URL "${LIBICU_BASE_URL}/icu4c-58_2-src.tgz") | 40 set(LIBICU_URL "${LIBICU_BASE_URL}/icu4c-58_2-src.tgz") |