From 2309104f74ddf07024a17b29fe2d1c29f8d72542 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 13 Aug 2022 11:51:15 +0200 Subject: [PATCH] Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd0380969..ae2b03a35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ option(ENABLE_CHANNELTX_REMOTESOURCE "Enable channeltx remotesource plugin" ON) option(ENABLE_CHANNELTX_FILESOURCE "Enable channeltx filesource plugin" ON) # Channel MIMO enablers -option(ENABLE_CHANNELMIMO, "Enable channelmimo plugins" ON) +option(ENABLE_CHANNELMIMO "Enable channelmimo plugins" ON) option(ENABLE_CHANNELMIMO_INTERFEROMETER "Enable channelmimo interferometer plugin" ON) option(ENABLE_CHANNELMIMO_DOA2 "Enable channelmimo doa2 plugin" ON) option(ENABLE_CHANNELMIMO_BEAMSTEERINGCWMOD "Enable channelmimo beamsteeringcwmod plugin" ON)