diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-24 16:16:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-24 16:16:36 +0200 |
commit | 1b5c04ee11c311749457f7a555f26fbe219312c4 (patch) | |
tree | 93c2d71c77567a74de9f8cdf56d4aaecfb46e35e | |
parent | c453078a614bc6af2873f18d92f75042f83df2d2 (diff) | |
download | ksystemlog-1b5c04ee11c311749457f7a555f26fbe219312c4.tar.gz ksystemlog-1b5c04ee11c311749457f7a555f26fbe219312c4.zip |
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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://system@scm.trinitydesktop.org/scm/git/tde-common-admin -[submodule "cmake"] - path = cmake - url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake diff --git a/cmake b/cmake deleted file mode 160000 -Subproject 0846fa1cb7ca2f8df276849f75196efc0935b84 |