You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infra: Repair name of Linux PTB version (Mudlet#7221)
#### Brief overview of PR changes/additions
I made an error in Mudlet#7160 as I thought that something that looked like a
function call returned a value that could be assigned to something with
a `set(...)` but CMake doesn't work like that, instead one has to
provide a variable to recieve the value as the last argument to a
`string(...)` function. 🙄
#### Motivation for adding to Mudlet
Fix an error that causes cruft to appear, at least, in the version
number on the first tab of the "About Mudlet" dialogue.
#### Other info (issues closed, discussion etc)
This should closeMudlet#7220.
Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
0 commit comments