Salome HOME
spns #29664: omniORB: fix python path
[tools/sat_salome.git] / products / compil_scripts / cgns.sh
index 4dd814f5ae9a6a0f492e068a94aac7880e371826..262b9f6e6726546a65dea88c9d143d0e716fc599 100755 (executable)
@@ -34,6 +34,11 @@ then
     fi
 fi
 
+# bos #26398
+if [ $VERSION == "4.2.0" ]; then
+    echo "WARNING: switching OFF 64 bits support!"
+    CMAKE_OPTIONS+=" -DCGNS_ENABLE_64BIT:BOOL=OFF"
+fi
 echo
 echo "*** cmake" $CMAKE_OPTIONS
 cmake $CMAKE_OPTIONS $SOURCE_DIR