Browse Source

remove debug

release/1.12
Daniel Agar 4 years ago committed by Matthias Grob
parent
commit
ecd5e57ab5
  1. 1
      src/modules/mc_pos_control/Takeoff/CMakeLists.txt

1
src/modules/mc_pos_control/Takeoff/CMakeLists.txt

@ -35,7 +35,6 @@ px4_add_library(Takeoff @@ -35,7 +35,6 @@ px4_add_library(Takeoff
Takeoff.cpp
Takeoff.hpp
)
#target_compile_definitions(Takeoff PRIVATE DEBUG_BUILD)
target_include_directories(Takeoff PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(Takeoff PUBLIC hysteresis)

Loading…
Cancel
Save