paparazzi / pprzlink

Message and communication library for the Paparazzi UAV system
Other
24 stars 55 forks source link

[C++] Do not build C++ library by default. #144

Closed Fabien-B closed 3 years ago

Fabien-B commented 3 years ago

The C++ lib depends on third party libraries that must be installed by the user. Since the C++ lib is not used in core paparazzi, it should not make the paparazzi build fail. This prevent building C++ lib by default. Set BUILD_PPRZLINK++=ON to build it.