diff options
author | Slávek Banko <[email protected]> | 2021-06-07 01:30:46 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-06-07 01:30:46 +0200 |
commit | f3d8a875856921a5a2608083aab0980ed0f17484 (patch) | |
tree | ad1de9a66210c1a5f4e5f9c9b4708cfddfa9f49f | |
parent | 5858edd662f490afb6fdf87aa35b543561155cc1 (diff) | |
download | kpicosim-f3d8a875856921a5a2608083aab0980ed0f17484.tar.gz kpicosim-f3d8a875856921a5a2608083aab0980ed0f17484.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 |