Skip to content

Commit d343c40

Browse files
committed
Fix MLPCpp output and ninja path.
1 parent 0fccdc1 commit d343c40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ message('''---------------------------------------------------------------------
313313
Mixed Float: @10@
314314
libROM: @11@
315315
CoolProp: @12@
316+
MLPCpp: @13@
316317
317318
Please be sure to add the $SU2_HOME and $SU2_RUN environment variables,
318319
and update your $PATH (and $PYTHONPATH if applicable) with $SU2_RUN
@@ -324,7 +325,7 @@ message('''---------------------------------------------------------------------
324325
export PATH=$PATH:$SU2_RUN
325326
export PYTHONPATH=$PYTHONPATH:$SU2_RUN
326327
327-
Use './ninja -C @13@ install' to compile and install SU2
328+
Use './ninja -C @14@ install' to compile and install SU2
328329
'''.format(get_option('prefix')+'/bin', meson.project_source_root(), get_option('enable-tecio'), get_option('enable-cgns'),
329330
get_option('enable-autodiff'), get_option('enable-directdiff'), get_option('enable-pywrapper'), get_option('enable-mkl'),
330331
get_option('enable-openblas'), get_option('enable-pastix'), get_option('enable-mixedprec'), get_option('enable-librom'), get_option('enable-coolprop'),

0 commit comments

Comments
 (0)