areaDetector / ADSupport

Source code for support libraries for areaDetector.
https://areadetector.github.io/areaDetector/user_guide.html
Other
1 stars 15 forks source link

Fix GCC condition check #45

Open simon-ess opened 3 months ago

simon-ess commented 3 months ago

This fixes failing builds for versions of gcc such as 14.1 (where major is > 4 but minor < 2)

jwlodek commented 3 months ago

Since this is a change in the hdf library, I wonder if it has been fixed somewhere upstream. If yes, perhaps we should consider updating to a newer version?

simon-ess commented 3 months ago

I am of course happy to have that be the solution as well, I just figured that someone else might appreciate this (minor) fix 😄