mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
cmake: fix portaudio discovery
This commit is contained in:
parent
1cf5a22333
commit
4de597a89e
@ -213,7 +213,7 @@ if(LINUX)
|
||||
endif()
|
||||
|
||||
elseif (NOT WIN32 AND NOT CYGWIN)
|
||||
find_package(portaudio REQUIRED)
|
||||
find_package(Portaudio REQUIRED)
|
||||
if(PORTAUDIO_FOUND)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DUSE_PORTAUDIO")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user