mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +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)
|
find_package(PkgConfig QUIET)
|
||||||
|
|
||||||
# portaudio
|
# portaudio
|
||||||
if (PgConfig_FOUND)
|
if (PkgConfig_FOUND)
|
||||||
pkg_check_modules(PORTAUDIO REQUIRED portaudio-2.0)
|
pkg_check_modules(PORTAUDIO QUIET portaudio-2.0)
|
||||||
if(PORTAUDIO_FOUND)
|
if(PORTAUDIO_FOUND)
|
||||||
message("HAVE_PORTAUDIO")
|
message("HAVE_PORTAUDIO")
|
||||||
include_directories(${PORTAUDIO_INCLUDE_DIRS})
|
include_directories(${PORTAUDIO_INCLUDE_DIRS})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user