You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XRootD now uses the standard CMake module to link against OpenSSL. If you configure ROOT correctly, you should be able to just forward the OpenSSL variables to XRootD and it should work. If not, please let me know.
Explain what you would like to see improved
In
builtins/xrootd/CMakeLists.txt
we don't pass any openssl configuration over to Xrootd. This causes inconsistent builds for ROOT and xrootd.Optional: share how it could be improved
Maybe use
as made available with Xrootd's
CMakeLists.txt
.To Reproduce
See https://root-forum.cern.ch/t/building-from-source-root-v6-26-00-failing-with-openssl-on-macos-monterey/49078
The text was updated successfully, but these errors were encountered: