After merging PR #210, I met the following error of clang-tidy in pre-commit run --all-files
clang-tidy...............................................................Failed
- hook id: clang-tidy
- exit code: 1
/Users/togo/code/atztogo/spglib/src/spglib.c:60:10: error: 'version.h' file not found [clang-diagnostic-error]
#include "version.h"
If I understand correctly, version.h is generated by cmake. So its complain is correct. Is there any iade to avoid this error in clang-tidy?
Ping @LecrisUT.
After merging PR #210, I met the following error of clang-tidy in
pre-commit run --all-filesIf I understand correctly,
version.his generated by cmake. So its complain is correct. Is there any iade to avoid this error in clang-tidy?Ping @LecrisUT.