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. |
dennisklein
left a comment
There was a problem hiding this comment.
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_MBSoption already exists.libdltoMCStepLoggerChecklist:
devbranch