We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.2.0/qdigidoc4_4.2.0.43.orig.tar.xz to build, results cmake (3.13.0) syntax error
CMake Error at cmake/modules/VersionInfo.cmake:73: Parse error. Function missing ending ")". End of file reached. Call Stack (most recent call first):
this is caused by syntax error beginning of the file:
if( $ENV{BUILD_NUMBER} ) set( BUILD_VER #{ENV["BUILD_NUMBER"]} ) elseif(PROJECT_VERSION_TWEAK) set( BUILD_VER #{ENV["BUILD_NUMBER"]} ) else() set( BUILD_VER #{ENV["BUILD_NUMBER"]} ) endif() if(NOT BUILD_DATE) string(TIMESTAMP BUILD_DATE "%d.%m.%Y")
see:
i suspect the tarball was locally modified, as file with that content can't be found from git repository.
The text was updated successfully, but these errors were encountered:
fix broken relase tarball
421dbd1
open-eid/DigiDoc4-Client#407
Please use this file https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.2.0/qdigidoc4-4.2.0.tar.gz
Sorry, something went wrong.
not solved.
that file misses extensions/cmake/modules, if you make diff of the two tarballs.
extensions/cmake/modules
also, the .tar.xz is ~1.5 MiB smaller
.tar.xz
No branches or pull requests
using https://github.com/open-eid/DigiDoc4-Client/releases/download/v4.2.0/qdigidoc4_4.2.0.43.orig.tar.xz to build, results cmake (3.13.0) syntax error
this is caused by syntax error beginning of the file:
see:
i suspect the tarball was locally modified, as file with that content can't be found from git repository.
The text was updated successfully, but these errors were encountered: