mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-27 07:38:40 -05:00
If the `git describe` command fails we want to fall back to a default version. _OBS_DEFAULT_VERSION is not in the same format as the string returned by `git describe` though. In the event that the command fails just use _OBS_DEFAULT_VERSION directly rather than trying to parse it. Fixes: cmake fails if git is not installed but .git/ exists #6940