Skip to content

Commit

Permalink
Merge pull request #3192 from skef/utfcppgit
Browse files Browse the repository at this point in the history
Change utfcpp git url to use https
  • Loading branch information
parrt authored Oct 31, 2021
2 parents ee8c8b0 + 3bdb4f7 commit 7373e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Cpp/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else()
set(UTFCPP_DIR ${THIRDPARTY_DIR}/utfcpp)
ExternalProject_Add(
utf8cpp
GIT_REPOSITORY "git://github.com/nemtrif/utfcpp"
GIT_REPOSITORY "https://github.com/nemtrif/utfcpp"
GIT_TAG "v3.1.1"
SOURCE_DIR ${UTFCPP_DIR}
UPDATE_DISCONNECTED 1
Expand Down

0 comments on commit 7373e89

Please sign in to comment.