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

Rename source directory and improve CMake #36

Closed guiccbr closed 8 years ago

guiccbr commented 8 years ago

We have renamed mavlink_vehicles directory in order to avoid annoying repetition of names in paths. This is noted for example in cmake projects that include this one as a subdirectory (as gazebo-sitl).

Also, cmake has been simplified and had its readability improved, cmake_minimum_required has been properly checked and a special attention has been given to avoid unnecessary compiler flags for different targets.

Signed-off-by: Guilherme Campos Camargo guilherme.campos.camargo@intel.com

rchiossi commented 8 years ago

LGTM