diff options
author | Slávek Banko <[email protected]> | 2021-06-07 01:30:41 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-07 01:30:41 +0200 |
commit | 3610b44c815e1341da99f33fb472d23fbf41df84 (patch) | |
tree | d2ef61131606c507119df0771677277812075b0c | |
parent | 2b11a8bc6c95a1dded924e10d6a1848cd40afeea (diff) | |
download | kdirstat-3610b44c815e1341da99f33fb472d23fbf41df84.tar.gz kdirstat-3610b44c815e1341da99f33fb472d23fbf41df84.zip |
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | cmake | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index bdec8fc..934def7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "admin"] path = admin url = https://[email protected]/scm/git/tde-common-admin -[submodule "cmake"] - path = cmake - url = https://[email protected]/scm/git/tde-common-cmake diff --git a/cmake b/cmake deleted file mode 160000 -Subproject bfac26b355b3048dc8d517f957e5715ffa76ef6 |