-
Notifications
You must be signed in to change notification settings - Fork 98
Prepare for Disa 8000 bling MbsAPI #1056
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
Prepare for Disabling MbsAPI #1056
Conversation
I have left out the "set BUILD_MBS default to OFF" for now. Oh, and please add anyone in, who might be interested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment, rest looks good!
ah, yes, please set the default to |
What breaks? |
Phrased badly. So without this PR doing a That's why I added a bunch of more |
FairMCStepLogger uses dlopen(). So let's link with ${CMAKE_DL_LIBS}.
An option BUILD_MBS is already available. Setting it to OFF breaks the build currently. So let's fix all those things. But still keep the default at ON to make sure, that compiling with BUILD_MBS=ON works now, at least.
We do not want to support MbsAPI any more. We are deprecating it and thus disable it by default.
432f2fa
to
eaaa311
Compare
Running the build without MBS basically checks the build system settings match up. This is the common case, and every developer/etc will test that for us anyway (including the FairSoft CI builds). So until we remove MBS completely, let's still build it during the CI builds.
We want to remove MbsAPI.
So let's deprecate it first.
BUILD_MBS
option already exists.libdl
toMCStepLogger
Checklist:
dev
branch