mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Avoid using latest release when downloading custom-opm-common
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user