comparison OrthancServer/Plugins/Samples/ConnectivityChecks/JavaScriptLibraries.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 0b183bb77c83
children aa1c09fa6632
comparison
equal deleted inserted replaced
5269:c3f425e78539 5271:c5f243ad7103
16 # 16 #
17 # You should have received a copy of the GNU General Public License 17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 20
21 set(BASE_URL "http://orthanc.osimis.io/ThirdPartyDownloads") 21 set(BASE_URL "https://orthanc.uclouvain.be/third-party-downloads")
22 22
23 DownloadPackage( 23 DownloadPackage(
24 "da0189f7c33bf9f652ea65401e0a3dc9" 24 "da0189f7c33bf9f652ea65401e0a3dc9"
25 "${BASE_URL}/dicom-web/bootstrap-4.3.1.zip" 25 "${BASE_URL}/dicom-web/bootstrap-4.3.1.zip"
26 "${CMAKE_CURRENT_BINARY_DIR}/bootstrap-4.3.1") 26 "${CMAKE_CURRENT_BINARY_DIR}/bootstrap-4.3.1")