FreeBSD 15.0 blued 'msgpack error'

Hello, i am new to FreeBSD and want to use my wireless earphones on my computer,
but I've ran into an issue when trying to compile the blued source code.

Code:
CMake Error at daemon/CMakeLists.txt:5 (find_package):
  By not providing "Findmsgpack.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "msgpack", but
  CMake did not find one.

  Could not find a package configuration file provided by "msgpack" with any
  of the following names:

    msgpackConfig.cmake
    msgpack-config.cmake

  Add the installation prefix of "msgpack" to CMAKE_PREFIX_PATH or set
  "msgpack_DIR" to a directory containing one of the above files.  If
  "msgpack" provides a separate development package or SDK, be sure it has
  been installed.

i have already installed msgpack-c and msgpack-cxx.
 
Back
Top