You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error out when LIBOMPTARGET_OMPT_SUPPORT is requested but not supported
Currently a user could pass `-DLIBOMPTARGET_OMPT_SUPPORT=ON` but the build may ignore it
There is already a check for `LIBOMP_OMPT_SUPPORT AND NOT LIBOMP_HAVE_OMPT_SUPPORT` causing an error so
a) There should be a similar error on mismatch of passed options and supported configuration
b) The check for `LIBOMP_HAVE_OMPT_SUPPORT` is redundant
0 commit comments