diff options
author | Slávek Banko <[email protected]> | 2021-05-24 16:26:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-05-24 16:26:14 +0200 |
commit | 69c486a0f3758c7cdfa7487e77f0bfa8acf5feb6 (patch) | |
tree | 66e489ebc312ac97ab1b838d79d3fd3094375451 | |
parent | 0a5453f0ca46a7b80132918506529e9ecabcc967 (diff) | |
download | tdevelop-69c486a0f3758c7cdfa7487e77f0bfa8acf5feb6.tar.gz tdevelop-69c486a0f3758c7cdfa7487e77f0bfa8acf5feb6.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 ee64d062..30a10a14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [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 [submodule "parts/appwizard/common/admin"] path = parts/appwizard/common/admin url = https://[email protected]/scm/git/tde-common-admin diff --git a/cmake b/cmake deleted file mode 160000 -Subproject bfa3a90b73588be47dc3f4d373ff63ce17dfb6a |