diff options
author | Slávek Banko <[email protected]> | 2021-06-07 01:30:54 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-07 01:30:54 +0200 |
commit | d44ef7201b0e64fa1a2104630a84f59b6a2e686d (patch) | |
tree | 01e3b235afb68f2c1e30fe3ca9a06bb39271a30b | |
parent | 2bbda6abf6e9e58102734d48812c1df40f387ca0 (diff) | |
download | tdmtheme-d44ef7201b0e64fa1a2104630a84f59b6a2e686d.tar.gz tdmtheme-d44ef7201b0e64fa1a2104630a84f59b6a2e686d.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 |