mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
cmake: fixes for posix configs
The posix eagle targets were fixed to include the px4_impl_posix.cmake file Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
include(posix/px4_impl_posix-arm)
|
include(posix/px4_impl_posix)
|
||||||
|
|
||||||
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)
|
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
include(posix/px4_impl_posix-arm)
|
include(posix/px4_impl_posix)
|
||||||
|
|
||||||
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)
|
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
include(posix/px4_impl_posix-arm)
|
include(posix/px4_impl_posix)
|
||||||
|
|
||||||
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)
|
set(USE_TOOLCHAIN Toolchain-arm-linux-gnueabihf)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user