Skip to content

CaloLumiConditions+CxxUtils: Fix clang warning.

Although clang now supports function multiversioning, it does not support the target_clones attribute. Add HAVE_TARGET_CLONES feature macro and change test on HAVE_FUNCTION_MULTIVERSIONING to HAVE_TARGET_CLONES.

Merge request reports