mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
posix-h4-nxp: fix portaudio detection
This commit is contained in:
parent
2a0db9de11
commit
29540be075
@ -21,8 +21,8 @@ endif()
|
||||
find_package(PkgConfig QUIET)
|
||||
|
||||
# portaudio
|
||||
if (PgConfig_FOUND)
|
||||
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
||||
if (PkgConfig_FOUND)
|
||||
pkg_check_modules(PORTAUDIO QUIET portaudio-2.0)
|
||||
if(PORTAUDIO_FOUND)
|
||||
message("HAVE_PORTAUDIO")
|
||||
include_directories(${PORTAUDIO_INCLUDE_DIRS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user