drowe67 / freedv-gui

GUI Application for FreeDV – open source digital voice for HF radio
https://freedv.org/
GNU Lesser General Public License v2.1
193 stars 49 forks source link

CMakeLIsts.txt line 51 overrides configuration option -DFREEDV_VERSION_TAG= #726

Closed barjac closed 2 months ago

barjac commented 2 months ago

Can CMakeLists.txt line 51 please be made conditional on -DFREEDV_VERSION_TAG not already being set to a value during cmake configuration.

At present it get clobbered. Thanks :)

tmiw commented 2 months ago

See https://github.com/drowe67/freedv-gui/pull/727 :)

barjac commented 2 months ago

Confirm resolved - thanks!