You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe how to add this library to build as a subproject.
When I tried to add it with FetchContent_Declare/FetchContent_MakeAvailable I get: By not providing "FindBluez.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Bluez", but CMake did not find one.
as CMAKE_MODULE_PATH is extended with set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules), but not applied properly.
The text was updated successfully, but these errors were encountered:
Please describe how to add this library to build as a subproject.
When I tried to add it with
FetchContent_Declare
/FetchContent_MakeAvailable
I get:By not providing "FindBluez.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Bluez", but CMake did not find one.
as
CMAKE_MODULE_PATH
is extended withset(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
, but not applied properly.The text was updated successfully, but these errors were encountered: