Skip to content
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

Make CMake option ARCANE_ADD_RPATH_TO_LIBS off by default #919

Merged

Conversation

grospelliergilles
Copy link
Member

This option was used to automatically add 'rpath' arguments for linker from target libname.
This is not needed with modern CMake and it does not work with 'generator expression'.
It will be removed next year.

…BS'.

Cette option était utilisée avec les CMake anciens où il n'y avait pas la
transitivité des cibles. Cette option ne supporte par les mécanismes
modernes tels que les 'generator expression'.
Normalement elle n'est plus utilisée donc on pourra la supprimer fin 2024.
@grospelliergilles grospelliergilles added arcane Arcane Component build Build configuration labels Oct 8, 2023
@grospelliergilles grospelliergilles self-assigned this Oct 8, 2023
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (12ded19) 71.46% compared to head (0db41af) 71.45%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #919      +/-   ##
==========================================
- Coverage   71.46%   71.45%   -0.01%     
==========================================
  Files        1972     1972              
  Lines      143316   143316              
==========================================
- Hits       102414   102410       -4     
- Misses      40902    40906       +4     

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grospelliergilles grospelliergilles merged commit 786f319 into main Oct 8, 2023
49 checks passed
@grospelliergilles grospelliergilles deleted the dev/gg-make-config-add-rpath-off-by-default branch October 17, 2023 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane Arcane Component build Build configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant