Skip to content

Commit

Permalink
Avoid using latest release when downloading custom-opm-common
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 20, 2025
1 parent a184af2 commit 2d4cefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
FetchContent_Declare(
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)

Expand Down

0 comments on commit 2d4cefc

Please sign in to comment.