From d51a2f507fa7a93e9ff6b79ae2b14a410d63a233 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Wed, 24 Jan 2024 01:49:15 +0900 Subject: [PATCH] fixsubmodule issues --- .gitmodules | 6 +++--- tpls/googletest | 1 + tpls/kokkos | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) create mode 160000 tpls/googletest create mode 160000 tpls/kokkos diff --git a/.gitmodules b/.gitmodules index c996dbc1..df51ef69 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "tpls/googletest"] - path = tpls/googletest - url = https://github.com/google/googletest [submodule "tpls/kokkos"] path = tpls/kokkos url = https://github.com/kokkos/kokkos.git +[submodule "tpls/googletest"] + path = tpls/googletest + url = https://github.com/google/googletest.git diff --git a/tpls/googletest b/tpls/googletest new file mode 160000 index 00000000..563ebf17 --- /dev/null +++ b/tpls/googletest @@ -0,0 +1 @@ +Subproject commit 563ebf1769af08d448765c31064260e1a16fcced diff --git a/tpls/kokkos b/tpls/kokkos new file mode 160000 index 00000000..71a9bcae --- /dev/null +++ b/tpls/kokkos @@ -0,0 +1 @@ +Subproject commit 71a9bcae52543bd065522bf3e41b5bfa467d8015