smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

bluez dependency checking #15

Open lea255ace opened 9 years ago

lea255ace commented 9 years ago

Building on a system without libbluetooth-dev or bluez-tools will pass cmake but choke in the build. This should be added as a fatal dependency check for cmake.

Jack-Byrne commented 7 years ago

Strange. Referenced PR says it was merged into Master yet we can't find the FindBluetooth Cmake module anywhere or the commit that added it.

Leaving open to re-add the find bluetooth cmake module.

LitvinenkoIra commented 6 years ago

Priority Low. Defect is related to environment.

iCollin commented 3 years ago

I was able to reproduce by removing libbluetooth-dev but not by removing bluez-tools