forked from Archive/PX4-Autopilot
switch to official googletest repo
This commit is contained in:
parent
d874b4bec6
commit
cbbb6a0e59
|
@ -13,9 +13,6 @@
|
|||
[submodule "Tools/gencpp"]
|
||||
path = Tools/gencpp
|
||||
url = https://github.com/ros/gencpp.git
|
||||
[submodule "unittests/gtest"]
|
||||
path = unittests/gtest
|
||||
url = https://github.com/sjwilks/gtest.git
|
||||
[submodule "src/lib/eigen"]
|
||||
path = src/lib/eigen
|
||||
url = https://github.com/PX4/eigen.git
|
||||
|
@ -25,3 +22,6 @@
|
|||
[submodule "Tools/jMAVSim"]
|
||||
path = Tools/jMAVSim
|
||||
url = https://github.com/PX4/jMAVSim.git
|
||||
[submodule "unittests/googletest"]
|
||||
path = unittests/googletest
|
||||
url = https://github.com/google/googletest.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c99458533a9b4c743ed51537e25989ea55944908
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cdef6e4ce097f953445446e8da4cb8bb68478bc5
|
Loading…
Reference in New Issue