Open mwest1066 opened 2 years ago
We have a rule in CMakeLists to ignore files that start with .: https://github.com/compdyn/partmc/blob/2aed8ca37a350ae86b7ee281797107f33fde48e7/CMakeLists.txt#L29
CMakeLists
.
This seems to be failing because the 2.6.1 archive has dot-files (e.g., .gitignore, .dockerignore) in it.
.gitignore
.dockerignore
We have a rule in
CMakeLists
to ignore files that start with.
: https://github.com/compdyn/partmc/blob/2aed8ca37a350ae86b7ee281797107f33fde48e7/CMakeLists.txt#L29This seems to be failing because the 2.6.1 archive has dot-files (e.g.,
.gitignore
,.dockerignore
) in it.