-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unifying cmake exports name across all Morpheus repos #427
Unifying cmake exports name across all Morpheus repos #427
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-24.03 #427 +/- ##
================================================
+ Coverage 74.00% 74.03% +0.03%
================================================
Files 394 394
Lines 13955 13955
Branches 1053 1053
================================================
+ Hits 10327 10332 +5
+ Misses 3628 3623 -5
Flags with carried forward coverage won't be shown. Click here to find out more. see 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/merge |
This PR fixes an issue where some libraries were using
${PROJECT_NAME}-core-exports
and others were using${PROJECT_NAME}-exports
. Since there is no need for multiple export sets anymore, this updates all exports to be${PROJECT_NAME}-exports
Requires nv-morpheus/utilities#61 to be merged first