Skip to content

Commit

Permalink
Bluetooth: don't enable BCM43XX if bcm host is part of the system (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis authored Feb 29, 2024
1 parent 6b0c86e commit c58c03f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
6 changes: 0 additions & 6 deletions Source/bluetooth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ option(BLUETOOTH_GATT_SUPPORT "Include GATT support" OFF)
option(BLUETOOTH_AUDIO_SUPPORT "Include audio sink/source support" OFF)

find_package(Bluez5UtilHeaders REQUIRED)
find_package(BCM_HOST QUIET)
find_package(NEXUS QUIET)

if(BCM_HOST_FOUND)
set(BCM43XX ON)
endif()

add_library(${TARGET} SHARED
HCISocket.cpp
Expand Down
62 changes: 0 additions & 62 deletions Source/bluetooth/cmake/FindBCM_HOST.cmake

This file was deleted.

1 change: 0 additions & 1 deletion Source/bluetooth/cmake/FindNEXUS.cmake

This file was deleted.

0 comments on commit c58c03f

Please sign in to comment.