FS-9662 #resolves [mod_opal] Fix version number in old OPAL error
This commit is contained in:
parent
34238d2bd0
commit
fb6f9a454e
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
|
||||
#if !OPAL_CHECK_VERSION(3,12,8)
|
||||
#error OPAL is too old to use, must be >= 2.12.8
|
||||
#error OPAL is too old to use, must be >= 3.12.8
|
||||
#endif
|
||||
|
||||
#include <ep/localep.h>
|
||||
|
|
Loading…
Reference in New Issue