diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-06-07 01:30:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-07 01:30:49 +0200 |
commit | 933ad60920509dc96bd3a937bb7a06dac3450d7c (patch) | |
tree | 0cf556e05a90abcf5cb484fca687841018c6407f | |
parent | 737928cde507247f1ae0a78212652b00d5f3f2f1 (diff) | |
download | ktorrent-933ad60920509dc96bd3a937bb7a06dac3450d7c.tar.gz ktorrent-933ad60920509dc96bd3a937bb7a06dac3450d7c.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 bfac26b355b3048dc8d517f957e5715ffa76ef6 |