Avoid using latest release when downloading custom-opm-common

This commit is contained in:
Magne Sjaastad
2025-01-20 13:55:59 +01:00
parent a184af264b
commit 2d4cefc29d

View File

@@ -491,7 +491,7 @@ if((NOT RESINSIGHT_BUILD_LIBS_FROM_SOURCE) AND MSVC)
# https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases # https://docs.github.com/en/repositories/releasing-projects-on-github/linking-to-releases
FetchContent_Declare( FetchContent_Declare(
ri-dependencies ri-dependencies
URL https://github.com/CeetronSolutions/resinsight-dependencies/releases/latest/download/custom-opm-common.zip URL https://github.com/CeetronSolutions/resinsight-dependencies/releases/download/2024.11/custom-opm-common.zip
) )
FetchContent_MakeAvailable(ri-dependencies) FetchContent_MakeAvailable(ri-dependencies)