From 04e262513cd3dd7718a6ee59758243ba19b37c8a Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Tue, 25 Oct 2016 15:19:54 -0700 Subject: CMake: build PortAudio as static library Due to issues raised in #4255. --- Source/Core/Core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt index 21862dafdd..2a8d36d49f 100644 --- a/Source/Core/Core/CMakeLists.txt +++ b/Source/Core/Core/CMakeLists.txt @@ -274,7 +274,7 @@ if(HIDAPI_FOUND) endif(HIDAPI_FOUND) if(PORTAUDIO_FOUND) - set(LIBS ${LIBS} portaudio) + set(LIBS ${LIBS} ${PORTAUDIO_LIBRARIES}) endif(PORTAUDIO_FOUND) if(OPROFILE_FOUND) -- cgit v1.2.3