Skip to content

Commit

Permalink
Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Aug 13, 2022
1 parent 66707b1 commit 2309104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2309104

Please sign in to comment.