ChimeraTK / project-template

Template for new projects. Can also be used to update cmake scripts in existing projects by merging the changes. This repository intentionally does not have a README.md (which would create conflicts in the projects using this template). For documentation, please follow this link:
https://github.com/ChimeraTK/project-template/blob/master/HowTo_project-template.md
GNU Lesser General Public License v3.0
1 stars 3 forks source link

Ignore files generated by CMake during configure #16

Closed phako closed 2 years ago

phako commented 2 years ago

There are a couple of files in the CMakeFiles folder that will match the search patterns. This is problematic during package build, since debian builds in a subfolder of the source folder, so we hit those files and tests fail