Centos linphone sdk编译错误-找不到支持声音驱动程序API

Centos linphone sdk编译错误-找不到支持声音驱动程序API,centos,centos7,linphone,linphone-sdk,Centos,Centos7,Linphone,Linphone Sdk,我试图在Centos 7.8上编译linphone sdk,但出现以下错误 Call Stack (most recent call first): cmake/FindBV16.cmake:40 (find_package_handle_standard_args) CMakeLists.txt:190 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake

我试图在Centos 7.8上编译linphone sdk,但出现以下错误

Call Stack (most recent call first):
  cmake/FindBV16.cmake:40 (find_package_handle_standard_args)
  CMakeLists.txt:190 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at CMakeLists.txt:327 (message):
  Could not find a support sound driver API.  Use -DENABLE_SOUND=NO if you
  don't care about having sound.
在那之后,我做了一个

cmake -DENABLE_SOUND=NO ..
重建

cmake --build .
但还是犯了同样的错误。有什么想法吗

系统已安装alsa lib

alsa-plugins-pulseaudio-1.1.6-1.el7.x86_64
alsa-firmware-1.0.28-2.el7.noarch
alsa-lib-1.1.8-1.el7.x86_64
alsa-utils-1.1.8-2.el7.x86_64
alsa-tools-firmware-1.1.0-1.el7.x86_64
谢谢