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
OpusFilePackageVersion falls back to returning version 0 if
it cannot find an actual version number from git or a release.
However, CMakeLists.txt assumes the package version is at
least a two part x.y version number and so fails trying
to parse out the minor revision number when run from a
bare directory:
Opus Project version: 0
CMake Error at CMakeLists.txt:9 (list):
list index: 1 out of range (-1, 0)
Instead, return 0.0 as the project version. Addresses an
issue raised in #54
0 commit comments