summaryrefslogtreecommitdiff
path: root/cmake/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to build from “git archive” source archivesJoel Rosdahl2020-10-011-0/+1
The ccache CMake scripts currently support building from an official release archive or in a Git repository but not from a source archive created by “git archive”. Improve this by adding directives so that “git archive” substitutes needed information when exporting the source tree. Closes #667.