[SCons] Fix minor typo in warning message
This commit is contained in:
parent
1ff7bc2f3b
commit
2144738ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue