intel / mavlink-vehicles

A Mavlink wrapper dedicated to the most common messages that are exchanged between an air vehicle and a ground station
Apache License 2.0
6 stars 9 forks source link

build: Make out of source build mandatory #45

Closed anselmolsm closed 7 years ago

anselmolsm commented 7 years ago

Building mavlink-vehicles in source produces an error due to a conflict between tests binary and tests directory. The recommendation is to build it out of source and to avoid future issues, this patch makes out of source builds mandatory, i.e. in source builds will be aborted right after cmake execution.

Signed-off-by: Anselmo L. S. Melo anselmo.melo@intel.com

rchiossi commented 7 years ago

lgmt