diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-06-07 01:30:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-07 01:30:27 +0200 |
commit | 775f264a47859f9810f4377eeebee3f8482d2848 (patch) | |
tree | 3ec480feff281c1bbdb0ff2e838f9cc899fed980 | |
parent | 147f714fe735462831170048b7bb765a1fe75628 (diff) | |
download | tdelibs-775f264a47859f9810f4377eeebee3f8482d2848.tar.gz tdelibs-775f264a47859f9810f4377eeebee3f8482d2848.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 86e1ef843..ed8fd1cd1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [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 [submodule "libltdl"] path = libltdl url = https://system@scm.trinitydesktop.org/scm/git/libltdl diff --git a/cmake b/cmake deleted file mode 160000 -Subproject bfac26b355b3048dc8d517f957e5715ffa76ef6 |