From f8be28dcee2a6bb51eb7fa0091a37a8c4ec74915 Mon Sep 17 00:00:00 2001 From: Starman0620 <28871190+Starman0620@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:19:36 -0400 Subject: [PATCH] Enabled discord-integration on default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d25bf83..1da482ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ option(OPT_BUILD_AUDIO_SINK "Build Audio Sink Module (Depedencies: rtaudio)" ON) option(OPT_BUILD_FALCON9_DECODER "Build the falcon9 live decoder (Dependencies: ffplay)" OFF) option(OPT_BUILD_METEOR_DEMODULATOR "Build the meteor demodulator module (no dependencies required)" ON) option(OPT_BUILD_WEATHER_SAT_DECODER "Build the HRPT decoder module (no dependencies required)" ON) -option(OPT_BUILD_DISCORD_PRESENCE "Build the Discord Rich Presence module" OFF) +option(OPT_BUILD_DISCORD_PRESENCE "Build the Discord Rich Presence module" ON) # Core of SDR++ add_subdirectory("core")