[SCons] Fix minor typo in warning message

This commit is contained in:
Ray Speth 2014-01-21 17:22:14 +00:00
parent 1ff7bc2f3b
commit 2144738ea1

View file

@ -851,7 +851,7 @@ if env['HAS_SUNDIALS'] and env['use_sundials'] != 'n':
#In the case where a user is trying to link Cantera to an exteral BLAS/LAPACK
#library, but Sundials was configured without this support, print a Warning.
if not env['has_sundials_lapack'] and not env['BUILD_BLAS_LAPACK']:
print ('WARNING: External BLAS/LAPACK has been specified for Cantera'
print ('WARNING: External BLAS/LAPACK has been specified for Cantera '
'but Sundials was built without this support.')
env = conf.Finish()