Skip to content

Commit

Permalink
Re-add FairUnpack in non-MBS Build
Browse files Browse the repository at this point in the history
We have deprecated MBS some time ago.
When not building with MBS, we used to not build/install
FairUnpack.
But FairOnlineSource needs FairUnpack.
So re-add it to non-mbs builds.
  • Loading branch information
ChristianTackeGSI authored and dennisklein committed Sep 27, 2022
1 parent 50ec03f commit a17aeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ set(sources
source/FairMixedSource.cxx
source/FairOnlineSource.cxx
source/FairSource.cxx
source/FairUnpack.cxx

steer/FairAnaSelector.cxx
steer/FairLinkManager.cxx
Expand Down Expand Up @@ -86,7 +87,6 @@ if(BUILD_MBS)
source/FairMbsSource.cxx
source/FairMbsStreamSource.cxx
source/FairRemoteSource.cxx
source/FairUnpack.cxx
source/MRevBuffer.cxx
source/rclose.c
source/swaplw.c
Expand Down
2 changes: 1 addition & 1 deletion base/FairLinkDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
#pragma link C++ class FairFileSource;
#pragma link C++ class FairMixedSource;
#pragma link C++ class FairOnlineSource;
#pragma link C++ class FairUnpack;

#pragma link C++ class FairSink;
#pragma link C++ class FairRootFileSink;
Expand All @@ -85,7 +86,6 @@
#pragma link C++ class FairRemoteSource;
#pragma link C++ class FairMbsStreamSource;
#pragma link C++ class FairLmdSource;
#pragma link C++ class FairUnpack;
#pragma link C++ class MRevBuffer;
#pragma link C++ class REvent;
#endif
Expand Down

0 comments on commit a17aeef

Please sign in to comment.