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
The versioning in the cmake script could really be avoided without all
the magic regex. Applying VERSION when defining project(), cmake will
automatically apply version sematics and define variables such as
PROJECT_VERSION_(MAJOR|MINOR|PATCH|TWEAK). Will be done next commit.
0 commit comments