Skip to content

[ci] Remove rpath=ON from global configuration #19613

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

Merged
merged 3 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/root-ci-config/buildconfig/global.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ roofit_multiprocess=ON
root7=ON
rootbench=OFF
roottest=ON
roottest_force_checkout=OFF
rpath=ON
runtime_cxxmodules=ON
shadowpw=OFF
shared=ON
Expand Down
1 change: 0 additions & 1 deletion cmake/modules/RootBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ endforeach()

if(DEFINED rpath)
message(DEPRECATION ">>> Option 'rpath' is deprecated and without effect."
" See https://root.cern/doc/v638/release-notes.html"
" Relative RPATHs to the main ROOT libraries are unconditionally appended to all ROOT"
" executables and libraries."
"") # empty line at the end to make the deprecation message more visible
Expand Down
Loading