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
I often have small projects where I include big external libraries that are themselves git repositories in /opt.
In those cases, it would be nice to 'read' the commit sha of those folders.
This works for me, but is backward-incompatible. Not sure if there is a way to specify a default argument to get the old behavior: ferdymercury@c4e57ba
I often have small projects where I include big external libraries that are themselves git repositories in /opt.
In those cases, it would be nice to 'read' the commit sha of those folders.
To achieve that, I guess that this line should take a variable argument, (with default value as now):
https://github.com/rpavlik/cmake-modules/blob/main/GetGitRevisionDescription.cmake#L87
The text was updated successfully, but these errors were encountered: