Skip to content

Commit 7373e89

Browse files
authored
Merge pull request #3192 from skef/utfcppgit
Change utfcpp git url to use https
2 parents ee8c8b0 + 3bdb4f7 commit 7373e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Cpp/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ else()
5757
set(UTFCPP_DIR ${THIRDPARTY_DIR}/utfcpp)
5858
ExternalProject_Add(
5959
utf8cpp
60-
GIT_REPOSITORY "git://github.com/nemtrif/utfcpp"
60+
GIT_REPOSITORY "https://github.com/nemtrif/utfcpp"
6161
GIT_TAG "v3.1.1"
6262
SOURCE_DIR ${UTFCPP_DIR}
6363
UPDATE_DISCONNECTED 1

0 commit comments

Comments
 (0)