edrosten/libblepp

Build as a subproject

Opened this issue · 1 comments

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.

Any idea how to fix this?