mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
switch to official googletest repo
This commit is contained in:
committed by
Lorenz Meier
parent
d874b4bec6
commit
cbbb6a0e59
+3
-3
@@ -13,9 +13,6 @@
|
|||||||
[submodule "Tools/gencpp"]
|
[submodule "Tools/gencpp"]
|
||||||
path = Tools/gencpp
|
path = Tools/gencpp
|
||||||
url = https://github.com/ros/gencpp.git
|
url = https://github.com/ros/gencpp.git
|
||||||
[submodule "unittests/gtest"]
|
|
||||||
path = unittests/gtest
|
|
||||||
url = https://github.com/sjwilks/gtest.git
|
|
||||||
[submodule "src/lib/eigen"]
|
[submodule "src/lib/eigen"]
|
||||||
path = src/lib/eigen
|
path = src/lib/eigen
|
||||||
url = https://github.com/PX4/eigen.git
|
url = https://github.com/PX4/eigen.git
|
||||||
@@ -25,3 +22,6 @@
|
|||||||
[submodule "Tools/jMAVSim"]
|
[submodule "Tools/jMAVSim"]
|
||||||
path = Tools/jMAVSim
|
path = Tools/jMAVSim
|
||||||
url = https://github.com/PX4/jMAVSim.git
|
url = https://github.com/PX4/jMAVSim.git
|
||||||
|
[submodule "unittests/googletest"]
|
||||||
|
path = unittests/googletest
|
||||||
|
url = https://github.com/google/googletest.git
|
||||||
|
|||||||
Submodule
+1
Submodule unittests/googletest added at c99458533a
Submodule unittests/gtest deleted from cdef6e4ce0
Reference in New Issue
Block a user