david-rse

Results 1 comments of david-rse

Figured out a solution for this: Long story short add `modules__uxrce_dds_client` as a `DEPENDS` line to `add_custom_command(OUTPUT ${generated_events_px4_file}` of `src/lib/events/CMakeLists.txt`. To diagnosis, I ran the following: `cmake -DCMAKE_VERBOSE_MAKEFILE=ON cmake .`...