Skip to content

Small cmake and test fixes

Andrii Verbytskyi requested to merge small_cmake_fixes into master

In this MR:

  • blocked one clang/gcc warning -Wno-strict-aliasing
  • streamlined the case of PGI compiler
  • drop the manually set -std=c++11. Use C++11 standard, or deduce the standard from ROOT.

In tests:

  • fixed a bug in Tauola test: wrong file name for input
  • MCEG tests check the number of generated events
  • Fixed the case of PGI compiler for Threads1
Edited by Andrii Verbytskyi

Merge request reports