mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
cmake remove git_ecl target
This commit is contained in:
@@ -41,6 +41,5 @@ px4_add_module(
|
|||||||
DEPENDS
|
DEPENDS
|
||||||
drivers_magnetometer
|
drivers_magnetometer
|
||||||
ecl_geo
|
ecl_geo
|
||||||
git_ecl
|
|
||||||
px4_work_queue
|
px4_work_queue
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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_matrix PATH "matrix")
|
||||||
px4_add_git_submodule(TARGET git_monocypher PATH "crypto/monocypher")
|
px4_add_git_submodule(TARGET git_monocypher PATH "crypto/monocypher")
|
||||||
|
|
||||||
|
|||||||
@@ -36,5 +36,4 @@ px4_add_library(l1
|
|||||||
ECL_L1_Pos_Controller.hpp
|
ECL_L1_Pos_Controller.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_dependencies(l1 git_ecl)
|
|
||||||
target_link_libraries(l1 PRIVATE ecl_geo)
|
target_link_libraries(l1 PRIVATE ecl_geo)
|
||||||
|
|||||||
@@ -36,5 +36,4 @@ px4_add_library(tecs
|
|||||||
TECS.hpp
|
TECS.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_dependencies(tecs git_ecl)
|
|
||||||
target_link_libraries(tecs PRIVATE ecl_geo)
|
target_link_libraries(tecs PRIVATE ecl_geo)
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ px4_add_module(
|
|||||||
SRCS
|
SRCS
|
||||||
airspeed_selector_main.cpp
|
airspeed_selector_main.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_ecl
|
|
||||||
ecl_airdata
|
ecl_airdata
|
||||||
AirspeedValidator
|
AirspeedValidator
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ px4_add_module(
|
|||||||
SRCS
|
SRCS
|
||||||
attitude_estimator_q_main.cpp
|
attitude_estimator_q_main.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_ecl
|
|
||||||
ecl_geo_lookup
|
ecl_geo_lookup
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,6 @@ px4_add_module(
|
|||||||
DEPENDS
|
DEPENDS
|
||||||
circuit_breaker
|
circuit_breaker
|
||||||
failure_detector
|
failure_detector
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
hysteresis
|
hysteresis
|
||||||
PreFlightCheck
|
PreFlightCheck
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ px4_add_module(
|
|||||||
EKF2Selector.cpp
|
EKF2Selector.cpp
|
||||||
EKF2Selector.hpp
|
EKF2Selector.hpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_ecl
|
|
||||||
ecl_EKF
|
ecl_EKF
|
||||||
ecl_geo
|
ecl_geo
|
||||||
perf
|
perf
|
||||||
|
|||||||
@@ -49,7 +49,6 @@ px4_add_module(
|
|||||||
sensors/landing_target.cpp
|
sensors/landing_target.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
controllib
|
controllib
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
px4_work_queue
|
px4_work_queue
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -72,7 +72,6 @@ px4_add_module(
|
|||||||
drivers_magnetometer
|
drivers_magnetometer
|
||||||
git_mavlink_v2
|
git_mavlink_v2
|
||||||
conversion
|
conversion
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
version
|
version
|
||||||
UNITY_BUILD
|
UNITY_BUILD
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ px4_add_module(
|
|||||||
PositionControl
|
PositionControl
|
||||||
Takeoff
|
Takeoff
|
||||||
controllib
|
controllib
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
SlewRate
|
SlewRate
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -52,11 +52,10 @@ px4_add_module(
|
|||||||
gpsfailure.cpp
|
gpsfailure.cpp
|
||||||
follow_target.cpp
|
follow_target.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
landing_slope
|
landing_slope
|
||||||
geofence_breach_avoidance
|
geofence_breach_avoidance
|
||||||
motion_planning
|
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)
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ px4_add_module(
|
|||||||
conversion
|
conversion
|
||||||
data_validator
|
data_validator
|
||||||
drivers__device
|
drivers__device
|
||||||
git_ecl
|
|
||||||
mathlib
|
mathlib
|
||||||
sensor_calibration
|
sensor_calibration
|
||||||
vehicle_acceleration
|
vehicle_acceleration
|
||||||
|
|||||||
@@ -67,7 +67,6 @@ px4_add_module(
|
|||||||
DEPENDS
|
DEPENDS
|
||||||
git_mavlink_v2
|
git_mavlink_v2
|
||||||
conversion
|
conversion
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
drivers_accelerometer
|
drivers_accelerometer
|
||||||
drivers_barometer
|
drivers_barometer
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ px4_add_module(
|
|||||||
output_rc.cpp
|
output_rc.cpp
|
||||||
vmount.cpp
|
vmount.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_ecl
|
|
||||||
ecl_geo
|
ecl_geo
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ px4_add_module(
|
|||||||
SRCS
|
SRCS
|
||||||
${srcs}
|
${srcs}
|
||||||
DEPENDS
|
DEPENDS
|
||||||
git_ecl
|
|
||||||
ecl_geo_lookup # TODO: move this
|
ecl_geo_lookup # TODO: move this
|
||||||
output_limit
|
output_limit
|
||||||
version
|
version
|
||||||
|
|||||||
Reference in New Issue
Block a user