forked from Archive/PX4-Autopilot
Commit 8797a090dc06cd0c9f4cf132b67e4872af1ff8f1 relocated __DF_RPI
but missed to move it from *-clang.cmake Toolchain Signed-off-by: Nicolae Rosia <nicolae.rosia@gmail.com>
This commit is contained in:
parent
f266b91cc9
commit
8f9ca9b45e
|
@ -55,10 +55,6 @@ foreach(tool echo grep rm mkdir nm cp touch make unzip)
|
|||
endif()
|
||||
endforeach()
|
||||
|
||||
add_definitions(
|
||||
-D __DF_RPI
|
||||
)
|
||||
|
||||
# where is the target environment
|
||||
set(CMAKE_FIND_ROOT_PATH get_file_component(${C_COMPILER} PATH))
|
||||
|
||||
|
|
Loading…
Reference in New Issue