diff options
author | Slávek Banko <[email protected]> | 2021-06-07 01:30:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-07 01:30:37 +0200 |
commit | 92de7023b959a35fdabf5de552d5fae5a78407a6 (patch) | |
tree | b0a766cdd15f6ebcbd3ed1df1edceb3f2de9e4dd | |
parent | f27139b1f60a12cbb8837c1a346be0f77af54e72 (diff) | |
download | kaffeine-92de7023b959a35fdabf5de552d5fae5a78407a6.tar.gz kaffeine-92de7023b959a35fdabf5de552d5fae5a78407a6.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 |