1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: "Steve M. Robbins" <smr@debian.org>
Date: Sat, 8 Feb 2020 21:10:06 -0600
Subject: set-portaudio-library
===================================================================
---
CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62e33b3..c56093c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -416,6 +416,8 @@ else()
message(FATAL_ERROR "Could not find sndfile.h")
endif()
+set(PORTAUDIO_LIBRARY portaudio)
+
if(NOT PORTAUDIO_LIBRARY)
message(FATAL_ERROR "Nyquist requires the portaudio library")
endif()
|