Skip to content

Commit c58c03f

Browse files
Bluetooth: don't enable BCM43XX if bcm host is part of the system (#36)
1 parent 6b0c86e commit c58c03f

File tree

3 files changed

+0
-69
lines changed

3 files changed

+0
-69
lines changed

Source/bluetooth/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ option(BLUETOOTH_GATT_SUPPORT "Include GATT support" OFF)
3434
option(BLUETOOTH_AUDIO_SUPPORT "Include audio sink/source support" OFF)
3535

3636
find_package(Bluez5UtilHeaders REQUIRED)
37-
find_package(BCM_HOST QUIET)
38-
find_package(NEXUS QUIET)
39-
40-
if(BCM_HOST_FOUND)
41-
set(BCM43XX ON)
42-
endif()
4337

4438
add_library(${TARGET} SHARED
4539
HCISocket.cpp

Source/bluetooth/cmake/FindBCM_HOST.cmake

Lines changed: 0 additions & 62 deletions
This file was deleted.

Source/bluetooth/cmake/FindNEXUS.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)