Skip to content

Commit 4de597a

Browse files
committed
cmake: fix portaudio discovery
1 parent 1cf5a22 commit 4de597a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ if(LINUX)
213213
endif()
214214

215215
elseif (NOT WIN32 AND NOT CYGWIN)
216-
find_package(portaudio REQUIRED)
216+
find_package(Portaudio REQUIRED)
217217
if(PORTAUDIO_FOUND)
218218
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DUSE_PORTAUDIO")
219219
endif()

0 commit comments

Comments
 (0)