AthenaMonitoringKernel: Make Monitored::Group non-virtual
There is no use-case for deriving from Monitored::Group
. Remove the
virtual fill
method. This also avoids a warning from clang-tidy about
calling a virtual method from the destructor (it would be OK in this
case though). Also apply a small cmake fix.
Thanks to @rbielski for pointing this out.