Skip to content

Commit 6c1af3d

Browse files
committed
Quick Fix to get QC to compile after the update of FairMQ
1 parent 201257f commit 6c1af3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/qcCheckerLauncher.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ int main(int argc, char *argv[])
101101
// FairMQTransportFactory *transportFactory = new FairMQTransportFactoryZMQ();
102102
//#endif
103103

104-
checker.CatchSignals();
104+
// checker.CatchSignals(); // to be added back
105105

106106
// checker.SetTransport(transportFactory);
107107

0 commit comments

Comments
 (0)