FS-9662 #resolves [mod_opal] Fix version number in old OPAL error

This commit is contained in:
David Matson 2016-10-24 12:10:21 -07:00 committed by Mike Jerris
parent bce387e537
commit 402e7f57b7

View File

@ -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>