mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Get QuRT drivers out of the way, as we are using our own
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
include(qurt/px4_impl_qurt)
|
||||
|
||||
if ("${HEXAGON_DRIVERS_ROOT}" STREQUAL "")
|
||||
message(FATAL_ERROR "HEXAGON_DRIVERS_ROOT is not set")
|
||||
endif()
|
||||
#if ("${HEXAGON_DRIVERS_ROOT}" #STREQUAL "")
|
||||
# message(FATAL_ERROR "HEXAGON_DRIVERS_ROOT is not set")
|
||||
#endif()
|
||||
|
||||
if ("${EAGLE_DRIVERS_SRC}" STREQUAL "")
|
||||
message(FATAL_ERROR "EAGLE_DRIVERS_SRC is not set")
|
||||
endif()
|
||||
#if ("${EAGLE_DRIVERS_SRC}" STREQUAL "")
|
||||
# message(FATAL_ERROR "EAGLE_DRIVERS_SRC is not set")
|
||||
#endif()
|
||||
|
||||
include_directories(${HEXAGON_DRIVERS_ROOT}/inc)
|
||||
#include_directories(${HEXAGON_DRIVERS_ROOT}/inc)
|
||||
|
||||
# For Actual flight we need to link against the driver dynamic libraries
|
||||
set(target_libraries
|
||||
|
||||
Reference in New Issue
Block a user