diff options
author | Slávek Banko <[email protected]> | 2021-05-24 16:16:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-24 16:16:33 +0200 |
commit | a4a4419a9ffadf903258d5ba07e57b44d6c54d0c (patch) | |
tree | 49a438ba09f7ea63d18718bc5fe885ef4cfe2a15 | |
parent | 9d4db1e4a3dfa43836e92c3b7587fdc2fb5aaa3a (diff) | |
download | konversation-a4a4419a9ffadf903258d5ba07e57b44d6c54d0c.tar.gz konversation-a4a4419a9ffadf903258d5ba07e57b44d6c54d0c.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 0846fa1cb7ca2f8df276849f75196efc0935b84 |