mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvAgglomerationMethods/Allwmake: Better check for the availability of
libMGridGen
This commit is contained in:
@ -5,7 +5,7 @@ set -x
|
||||
|
||||
export ParMGridGen=$WM_THIRD_PARTY_DIR/ParMGridGen-1.0
|
||||
|
||||
if [ -d "$ParMGridGen/MGridGen/Lib" ]
|
||||
if [ -e "$FOAM_LIBBIN/libMGridGen.so" ]
|
||||
then
|
||||
wmake $makeType MGridGenGamgAgglomeration
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user