jvxgit / AudYoFlo

AudYoFlo repository for media processing in real-time
GNU General Public License v3.0
2 stars 2 forks source link

cmake: remove legacy condition argument in else and endif statements #9

Closed flo-at closed 4 months ago

flo-at commented 4 months ago

Improves readability.

From cmake docs: The optional argument is supported for backward compatibility only. If used it must be a verbatim repeat of the argument of the opening if clause.