diff options
author | Slávek Banko <[email protected]> | 2021-06-07 01:30:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-07 01:30:43 +0200 |
commit | eb0101e647f790540341b8f1747bc98a3b4c0616 (patch) | |
tree | 85501fd1f85e40d2ff21719d1169b67616c06791 | |
parent | bb39a46b6e4e8ba73c376df2d17c44c17fca6632 (diff) | |
download | kmplayer-eb0101e647f790540341b8f1747bc98a3b4c0616.tar.gz kmplayer-eb0101e647f790540341b8f1747bc98a3b4c0616.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 |