Skip to content

FindOpenMP: Fix version if OpenMP doesn't work

If the OpenMP specification date is empty (e.g. when OpenMP wasn't working at all), the specification date-to-version map just looks for =[0-9]+.[0-9]+ and therefore always claims version 1.0 was being found.

Merge request reports