parent
2832b15f0a
commit
27bb2a8721
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ conf.set10('ENABLE_MP', get_option('enable-multiproc'))
|
|||
|
||||
# Enable support for OpenMP
|
||||
openmp = dependency('openmp', required : get_option('openmp'))
|
||||
if openmp.found()
|
||||
if openmp.found() and cc.get_id() != 'clang-cl' #libomp140*.dll is flaky
|
||||
have_openmp = true
|
||||
else
|
||||
have_openmp = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue