From 0448b8e3ae96e923c5f0a338b66503ca88ddb639 Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Sun, 15 Oct 2023 00:25:34 +0200 Subject: [PATCH] Disables jack being forcibly linked by rtmidi --- 3rdparty/rtmidi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/rtmidi/CMakeLists.txt b/3rdparty/rtmidi/CMakeLists.txt index fb223ee365..ed291f4044 100644 --- a/3rdparty/rtmidi/CMakeLists.txt +++ b/3rdparty/rtmidi/CMakeLists.txt @@ -1 +1,2 @@ +option(RTMIDI_API_JACK "Compile with JACK support." OFF) add_subdirectory(rtmidi EXCLUDE_FROM_ALL)