mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-05 05:01:01 -06:00
#12063 Update link for download of OpenVDS
Temporary fix for download of packages from OpenVDS
This commit is contained in:
parent
ac1061bd7d
commit
ba1224c9de
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user