Salome HOME
spns #29664: omniORB: fix python path
[tools/sat_salome.git] / products / compil_scripts / gmsh-4.8.4.sh
index 5916f93a7b3b74c6430f3ea28ab89a9b097b3a73..0bed6cb9d409002eac47430b06864a39bd393771 100755 (executable)
@@ -60,7 +60,9 @@ then
 fi
 
 echo
-if [ $VERSION == "V9_8_0" ]; then
+if [ -n "$SALOME_GMSH_HEADERS_STD" ]; then
+    echo "Using standard directory structure"
+else
     echo "*** copy all .h in sources to install"
     cp -f --backup=numbered `find $SOURCE_DIR -name "*.h"` $PRODUCT_INSTALL/include/ && \
         mv $PRODUCT_INSTALL/include/gmsh/* $PRODUCT_INSTALL/include/ && \
@@ -72,7 +74,6 @@ if [ $VERSION == "V9_8_0" ]; then
     fi
 fi
 
-
 echo
 echo "########## END"