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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
CPack: fallback to v0.0.0-0 when git describe fails
When doing a shallow clone, the git repository may not have fetched any tag -
in which case `git describe --tags` will fail and in turn, cpack/CMakeLists.txt
will raise an error. This makes current CI builds fail.
As a temporary workaround, fallback to v0.0.0-0.
Signed-off-by: David Wagner <[email protected]>
0 commit comments