mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-16 07:20:52 +00:00
posix-h4: fix portaudio detection
This commit is contained in:
parent
d8910fa82b
commit
a878cd3191
@ -21,7 +21,7 @@ endif()
|
||||
find_package(PkgConfig QUIET)
|
||||
|
||||
# portaudio
|
||||
if (PgConfig_FOUND)
|
||||
if (PkgConfig_FOUND)
|
||||
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
||||
if(PORTAUDIO_FOUND)
|
||||
message("HAVE_PORTAUDIO")
|
||||
|
Loading…
x
Reference in New Issue
Block a user