auriamg / stk-code

The code base of supertuxkart
Other
0 stars 0 forks source link

bluetooth support unconditionally built #924

Open auriamg opened 10 years ago

auriamg commented 10 years ago

Seems bluetooth support (wii support) is built without verifying if the bluetooth headers are available.

This resulted in my first tests in a build failure too far down in the build

If this is mandatory, it is expected that CMake verifies on it's presence and aborts at before actually building the code or bluetooth support is disabled if not detected.

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/t/ticket/1112