cmake remove git_ecl target

This commit is contained in:
Daniel Agar
2021-07-13 10:03:06 -04:00
parent a5f7406211
commit dbaed99626
16 changed files with 1 additions and 17 deletions
@@ -41,6 +41,5 @@ px4_add_module(
DEPENDS
drivers_magnetometer
ecl_geo
git_ecl
px4_work_queue
)
-1
View File
@@ -31,7 +31,6 @@
#
############################################################################
px4_add_git_submodule(TARGET git_ecl PATH "ecl")
px4_add_git_submodule(TARGET git_matrix PATH "matrix")
px4_add_git_submodule(TARGET git_monocypher PATH "crypto/monocypher")
-1
View File
@@ -36,5 +36,4 @@ px4_add_library(l1
ECL_L1_Pos_Controller.hpp
)
add_dependencies(l1 git_ecl)
target_link_libraries(l1 PRIVATE ecl_geo)
-1
View File
@@ -36,5 +36,4 @@ px4_add_library(tecs
TECS.hpp
)
add_dependencies(tecs git_ecl)
target_link_libraries(tecs PRIVATE ecl_geo)
@@ -36,7 +36,6 @@ px4_add_module(
SRCS
airspeed_selector_main.cpp
DEPENDS
git_ecl
ecl_airdata
AirspeedValidator
)
@@ -39,7 +39,6 @@ px4_add_module(
SRCS
attitude_estimator_q_main.cpp
DEPENDS
git_ecl
ecl_geo_lookup
)
-1
View File
@@ -57,7 +57,6 @@ px4_add_module(
DEPENDS
circuit_breaker
failure_detector
git_ecl
ecl_geo
hysteresis
PreFlightCheck
-1
View File
@@ -44,7 +44,6 @@ px4_add_module(
EKF2Selector.cpp
EKF2Selector.hpp
DEPENDS
git_ecl
ecl_EKF
ecl_geo
perf
@@ -49,7 +49,6 @@ px4_add_module(
sensors/landing_target.cpp
DEPENDS
controllib
git_ecl
ecl_geo
px4_work_queue
)
-1
View File
@@ -72,7 +72,6 @@ px4_add_module(
drivers_magnetometer
git_mavlink_v2
conversion
git_ecl
ecl_geo
version
UNITY_BUILD
@@ -45,7 +45,6 @@ px4_add_module(
PositionControl
Takeoff
controllib
git_ecl
ecl_geo
SlewRate
)
+1 -2
View File
@@ -52,11 +52,10 @@ px4_add_module(
gpsfailure.cpp
follow_target.cpp
DEPENDS
git_ecl
ecl_geo
landing_slope
geofence_breach_avoidance
motion_planning
)
px4_add_functional_gtest(SRC RangeRTLTest.cpp LINKLIBS modules__navigator modules__dataman)
px4_add_functional_gtest(SRC RangeRTLTest.cpp LINKLIBS modules__navigator modules__dataman)
-1
View File
@@ -52,7 +52,6 @@ px4_add_module(
conversion
data_validator
drivers__device
git_ecl
mathlib
sensor_calibration
vehicle_acceleration
-1
View File
@@ -67,7 +67,6 @@ px4_add_module(
DEPENDS
git_mavlink_v2
conversion
git_ecl
ecl_geo
drivers_accelerometer
drivers_barometer
-1
View File
@@ -44,7 +44,6 @@ px4_add_module(
output_rc.cpp
vmount.cpp
DEPENDS
git_ecl
ecl_geo
)
-1
View File
@@ -104,7 +104,6 @@ px4_add_module(
SRCS
${srcs}
DEPENDS
git_ecl
ecl_geo_lookup # TODO: move this
output_limit
version