more detailed warning
This commit is contained in:
parent
b1bffde6c9
commit
98e92f1a79
@ -10,7 +10,9 @@
|
|||||||
#else
|
#else
|
||||||
#ifndef DISABLE_OPENMP
|
#ifndef DISABLE_OPENMP
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#warning "OpenMP is not available, compile to single thread code"
|
#warning "OpenMP is not available, compile to single thread code."\
|
||||||
|
"You may want to ungrade your compiler to enable OpenMP support,"\
|
||||||
|
"to get benefit of multi-threading."
|
||||||
#else
|
#else
|
||||||
// TODO add warning for msvc
|
// TODO add warning for msvc
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user