-
Notifications
You must be signed in to change notification settings - Fork 116
Various cmake cleanups #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b5c59bb
to
93507ad
Compare
Seems like address sanitizer is detecting some errors in Weird. Why is it only triggered here? I am able to replicate this issue locally |
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #279 +/- ##
===========================================
+ Coverage 82.86% 85.92% +3.05%
===========================================
Files 23 23
Lines 6081 6081
===========================================
+ Hits 5039 5225 +186
+ Misses 1042 856 -186
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@LecrisUT I think it is not necessary. Actually, I remember |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
Lets hold off to check the CI from #285 first |
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
- Added visual separators for better reading - Added `SPGLIB_INSTALL` for better standardization - Moved external library definition to top-level - Improved FetchContent compatibility - Various cleanups Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
Some cmake cleanups and improvements
Spglib_VERSION
and other such variables)SPGLIB_INSTALL
. More inline with other projects standard