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
Fix potentially invalid macro name in generated version header (#38)
* Fix potentially invalid macro name in generated version header
The generated name was invalid if the target name contained characters
that are not legal in macro identifiers. This commit replaces all
illegal characters with the underscore "_".
* Update CMakeLists.txt
---------
Co-authored-by: Lars Melchior <[email protected]>
0 commit comments