From 7ccbe9b06d26cf3652120bf96fa3e88cf19d0647 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Fri, 3 Feb 2017 04:24:13 +0100 Subject: [PATCH] portaudio: Prevent files from being install()'ed --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28c22c546c..d4d732c3ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -570,7 +570,7 @@ if(NOT ANDROID) option(PA_USE_ASIO "Enable PortAudio support for ASIO" OFF) option(PA_USE_DS "Enable PortAudio support for DirectSound" OFF) option(PA_USE_WDMKS "Enable PortAudio support for WDMKS" OFF) - add_subdirectory(Externals/portaudio) + add_subdirectory(Externals/portaudio EXCLUDE_FROM_ALL) set(PORTAUDIO_LIBRARIES portaudio_static) endif() endif()