From 7d6bba4381377817101a4d670f5ea48062fd2927 Mon Sep 17 00:00:00 2001 From: Klein Hu Date: Mon, 4 Mar 2019 13:40:19 -0800 Subject: [PATCH 1/2] Remove vckpg submodule via ssh --- .gitmodules | 3 --- cmake/external/vcpkg | 1 - 2 files changed, 4 deletions(-) delete mode 160000 cmake/external/vcpkg diff --git a/.gitmodules b/.gitmodules index f438e656e0853..2a8c610639963 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,6 +28,3 @@ [submodule "cmake/external/re2"] path = cmake/external/re2 url = https://github.com/google/re2.git -[submodule "cmake/external/vcpkg"] - path = cmake/external/vcpkg - url = git@github.com:Microsoft/vcpkg.git diff --git a/cmake/external/vcpkg b/cmake/external/vcpkg deleted file mode 160000 index 8641dfd9dd6d3..0000000000000 --- a/cmake/external/vcpkg +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8641dfd9dd6d3bf190515822060872a56ee37906 From 4e6cb0a200d71d0d3c8e0524954e080a4f90dfcd Mon Sep 17 00:00:00 2001 From: Klein Hu Date: Mon, 4 Mar 2019 13:41:54 -0800 Subject: [PATCH 2/2] Add vcpkg as https --- .gitmodules | 3 +++ cmake/external/vcpkg | 1 + 2 files changed, 4 insertions(+) create mode 160000 cmake/external/vcpkg diff --git a/.gitmodules b/.gitmodules index 2a8c610639963..9a90379b1cea0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "cmake/external/re2"] path = cmake/external/re2 url = https://github.com/google/re2.git +[submodule "cmake/external/vcpkg"] + path = cmake/external/vcpkg + url = https://github.com/Microsoft/vcpkg.git diff --git a/cmake/external/vcpkg b/cmake/external/vcpkg new file mode 160000 index 0000000000000..660ba9e990bec --- /dev/null +++ b/cmake/external/vcpkg @@ -0,0 +1 @@ +Subproject commit 660ba9e990bec0c402dc877d3f418a2bdf193253