Skip to content
Snippets Groups Projects

Update waves

Merged Boman Romain requested to merge adrien into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -30,15 +30,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)
# macros/fcts
INCLUDE(fwkMacros)
Loading