I am trying to build libint as a Git submodule in another project. It is currently not building because of DynamicVersion.cmake, which I have traced here. The short document describing it here states:
Calculate the project version from the git tags or .git_archival.txt if the source is not a git repository
I have a feeling that this is the solution to my build problems, unless I hack DynamicVersion to silence errors. But what is it? A web search for .git_archival.txt doesn't yield anything other than git archive commands, which seems to generate a .zip, not a .txt file.
I am trying to build libint as a Git submodule in another project. It is currently not building because of DynamicVersion.cmake, which I have traced here. The short document describing it here states:
I have a feeling that this is the solution to my build problems, unless I hack DynamicVersion to silence errors. But what is it? A web search for
.git_archival.txtdoesn't yield anything other thangit archivecommands, which seems to generate a .zip, not a .txt file.