From 99d14f7abbd0f8e3d87e3aa8f303dcf2c9dca222 Mon Sep 17 00:00:00 2001 From: invader-zimm <76672128+invader-zimm@users.noreply.github.com> Date: Wed, 12 May 2021 00:04:12 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1b571ba..56a86c04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ option(OPT_BUILD_FALCON9_DECODER "Build the falcon9 live decoder (Dependencies: 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" ON) -option(OPT_BUILD_FREQUENCY_MANAGER "Build the Discord Rich Presence module" ON) +option(OPT_BUILD_FREQUENCY_MANAGER "Build the Frequency Manager module" ON) # Core of SDR++ add_subdirectory("core")