-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix CMake issue which installed headers incorrectly during conda build #511
Fix CMake issue which installed headers incorrectly during conda build #511
Conversation
/merge |
7abfdf7
into
nv-morpheus:branch-24.10
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## branch-24.10 #511 +/- ##
================================================
- Coverage 74.17% 74.15% -0.03%
================================================
Files 407 407
Lines 15049 15049
Branches 1191 1191
================================================
- Hits 11163 11159 -4
- Misses 3886 3890 +4
Flags with carried forward coverage won't be shown. Click here to find out more. see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…RC (#1981) Depends on PR nv-morpheus/MRC#511 being completed, merged, and a new conda package uploaded before testing can begin. Fixes a small issue where MRC updated a function to be private to avoid incorrect usage of it. Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) - Christopher Harris (https://github.com/cwharris) URL: #1981
Fixes a few issues:
HEADER_SET
Closes #509