Skip to content
Snippets Groups Projects

Restore windows and old-gmm compatibility

Merged Boman Romain requested to merge fix_gmm into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -29,15 +29,15 @@ OPTION(WAVES_USE_FDTD "Compile fdtd module" ON)
OPTION(WAVES_USE_FLOW "Compile flow module" ON)
OPTION(WAVES_USE_HEAT "Compile heat module" ON)
OPTION(WAVES_USE_MIRRORS "Compile mirrors module" ON)
OPTION(WAVES_USE_MRSTLNOS "Compile mrstlnos module" OFF)
OPTION(WAVES_USE_MRSTLNOS "Compile mrstlnos module" ON)
OPTION(WAVES_USE_PARAMS "Compile params module" ON)
OPTION(WAVES_USE_SPH "Compile sph module" ON)
OPTION(WAVES_USE_TLNOS "Compile tlnos module" OFF)
OPTION(WAVES_USE_TLNOS "Compile tlnos module" ON)
OPTION(WAVES_USE_WAVES "Compile waves module" ON)
# todo: should be removed
OPTION(TBOX_HAS_VTK "Compile VTK-related fcts in tbox" OFF)
OPTION(WAVES_USE_TBB "Compile with TBB" ON)
OPTION(TBOX_HAS_VTK "Compile VTK-related fcts in tbox" ON)
OPTION(WAVES_USE_TBB "Compile with TBB" ON)
# --- Disable some Options on Windows
IF(WIN32)
Loading