From 909ac230f225fbcb5ac807364a6a76cb2fdb9a9b Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:39:24 -0700 Subject: [PATCH] cmake: we'll re-add this later --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b4540f48..b73ca1160 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,11 +122,6 @@ list(APPEND OLIVE_LIBRARIES FFMPEG::swresample ) -find_package(PortAudio REQUIRED) -list(APPEND OLIVE_LIBRARIES - portaudio -) - # Optional: Link OpenTimelineIO find_package(OpenTimelineIO) if (OpenTimelineIO_FOUND)