diff options
author | Slávek Banko <[email protected]> | 2021-05-24 16:26:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-24 16:26:31 +0200 |
commit | d0de5685547bc2284efd3e7bcbd0a15d26d60aac (patch) | |
tree | 5a4f8559503ccc128d1e2c3500e54b64ed1bb020 /.gitmodules | |
parent | dfea4c63b95049a199f184d3fc7ff9a2b80a9d8a (diff) | |
download | soundkonverter-d0de5685547bc2284efd3e7bcbd0a15d26d60aac.tar.gz soundkonverter-d0de5685547bc2284efd3e7bcbd0a15d26d60aac.zip |
Remove cmake submodule since it has now been replaced by cmake-trinity dependency.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 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 |