cmake: fix portaudio discovery

This commit is contained in:
Davide Gerhard 2019-11-13 16:06:48 +01:00
parent 1cf5a22333
commit 4de597a89e
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
1 changed files with 1 additions and 1 deletions

View File

@ -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()