Skip to content
Snippets Groups Projects
Commit aed280fb authored by flying-production's avatar flying-production Committed by Lorenz Meier
Browse files

Make sure that external sitl project will be rebuild in case of sourcve has changed

parent 1880ed97
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,11 @@ ExternalProject_Add(sitl_gazebo
)
set_target_properties(sitl_gazebo PROPERTIES EXCLUDE_FROM_ALL TRUE)
ExternalProject_Add_Step(sitl_gazebo forceconfigure
DEPENDEES update
DEPENDERS configure
ALWAYS 1)
# create targets for each viewer/model/debugger combination
set(viewers none jmavsim gazebo replay)
set(debuggers none ide gdb lldb ddd valgrind callgrind)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment