Salome HOME
merge from master
[tools/sat_salome.git] / products / compil_scripts / cgns.bat
index 0cdb99c387173d2a4ccacf5d9bcc6a1e76543372..d7994cb79789b95dec4d34e2914f6eec9897fc23 100755 (executable)
@@ -32,6 +32,11 @@ if DEFINED SAT_HPC (
 ) else (
        SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DMEDFILE_USE_MPI:BOOL=OFF
 )
+REM bos #26398
+if "%VERSION%" == "4.2.0" (
+    SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCGNS_ENABLE_64BIT:BOOL=OFF
+)
+
 set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR="Visual Studio 15 2017 Win64"