OpenMS / contrib

Automated CMake build scripts for the OpenMS contrib libraries
Other
0 stars 21 forks source link

[FIX] set minor compiler version number to zero if none is provided #58

Closed timosachsenberg closed 6 years ago

timosachsenberg commented 6 years ago

(e.g. gcc 7)

timosachsenberg commented 6 years ago

adresses https://github.com/OpenMS/OpenMS/issues/3065

hroest commented 6 years ago

:+1: seems to work, feel free to merge

@jpfeuffer can we add a build with more recent compilers to catch this kind of problem (e.g. regression test)? maybe instead of gcc 4.8 and 5.0 we can upgrade the 5.0 to 7.0 ? so we have better coverage of the diversity of compilers?