Skip to content

Commit

Permalink
Merge branch 'replaceSubmoduleURL' into 'master'
Browse files Browse the repository at this point in the history
[fix] Replace submodule url with the absolute one

See merge request LidarView/VeloView-Velodyne!109
  • Loading branch information
MelanieCarriereKeu committed Sep 13, 2021
2 parents 7aab68d + 70bff87 commit 4119774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "Superbuild/lidarview-superbuild"]
path = Superbuild/lidarview-superbuild
url = ../LidarView-Superbuild
url = https://gitlab.kitware.com/LidarView/lidarview-superbuild.git
[submodule "LVCore"]
path = LVCore
url = ../LidarView-Core
url = https://gitlab.kitware.com/LidarView/lidarview-core.git
[submodule "Plugins/VelodynePlugin"]
path = Plugins/VelodynePlugin
url = ../VelodynePlugin
url = https://gitlab.kitware.com/LidarView/velodyneplugin.git

0 comments on commit 4119774

Please sign in to comment.