Skip to content

Commit

Permalink
Switch FIELD_API gitfetchcontent to https
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Nov 9, 2023
1 parent ed50952 commit 5ebd063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ecwam_fetchcontent_field_api.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if( clone_field_api )
include(FetchContent)
FetchContent_Declare(
field_api
GIT_REPOSITORY git@github.com:ecmwf-ifs/field_api.git
GIT_REPOSITORY https://github.com/ecmwf-ifs/field_api.git
GIT_TAG v0.2.1
OVERRIDE_FIND_PACKAGE
)
Expand Down

0 comments on commit 5ebd063

Please sign in to comment.