Skip to content

Assure c++11 feature when building with HepMC3

Andrii Verbytskyi requested to merge (removed):fixcompilation31.11.2021 into master

Assure c++11 feature when building with HepMC3 This should solve #8 (closed) .

It seems the problem in #8 (closed) is that -std=c++11 flag is not added in AppleClang13 and it assumes -std=c++03 or earlier.

A more brute-force solution is to add to cmake configure command -DCMAKE_CXX_STANDARD=11.

Best regards,

Andrii Pipeline should be fixed with !12 (closed)

Edited by Andrii Verbytskyi

Merge request reports