#12063 Update link for download of OpenVDS

Temporary fix for download of packages from OpenVDS
This commit is contained in:
Magne Sjaastad 2025-01-14 15:16:36 +01:00 committed by jonjenssen
parent ac1061bd7d
commit ba1224c9de

View File

@ -398,12 +398,12 @@ message(STATUS "Starting download of external library OpenVDS ...")
if(MSVC)
FetchContent_Declare(
openvds
URL https://bluware.jfrog.io/artifactory/Releases-OpenVDSPlus/3.4/openvds+-3.4.5-win.zip
URL https://downloads.bluware.com/artifactory/Releases-OpenVDSPlus/3.4/openvds+-3.4.5-win.zip
)
else()
FetchContent_Declare(
openvds
URL https://bluware.jfrog.io/artifactory/Releases-OpenVDSPlus/3.4/openvds+-3.4.5-manylinux_2014.tar.gz
URL https://downloads.bluware.com/artifactory/Releases-OpenVDSPlus/3.4/openvds+-3.4.5-manylinux_2014.tar.gz
)
endif()