Skip to content

Commit

Permalink
#12063 Update link for download of OpenVDS
Browse files Browse the repository at this point in the history
Temporary fix for download of packages from OpenVDS
  • Loading branch information
magnesj committed Jan 14, 2025
1 parent ac1061b commit 568fc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 568fc95

Please sign in to comment.