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.
Author: dimstar
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/ticket/1112