diff options
author | Slávek Banko <[email protected]> | 2021-06-07 01:30:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-07 01:30:36 +0200 |
commit | fa532b8122996f89a03fd8593d90204d24f52ac9 (patch) | |
tree | ff40645038d5091d1b3425c2c404cec4ea2020cb | |
parent | 4f73f73320eeb584ffd590ca133104646cf9a9e4 (diff) | |
download | digikam-fa532b8122996f89a03fd8593d90204d24f52ac9.tar.gz digikam-fa532b8122996f89a03fd8593d90204d24f52ac9.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 bdec8fca..934def7f 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 |