AIDASoft / podio

PODIO
GNU General Public License v3.0
23 stars 57 forks source link

Detect more c++ standards and make sure useful message actually appears #635

Closed tmadlener closed 1 month ago

tmadlener commented 1 month ago

BEGINRELEASENOTES

ENDRELEASENOTES

Previously, if the c++ standard was not 17 or 20 it was not detected, and we failed hard with ROOT C++ could not be detected, which doesn't tell the user anything. Demoting that to a warning makes the actually useful message that we have appear.