Porting to ParaView 5.8: additional changes

This commit is contained in:
vsr 2020-02-28 17:54:05 +03:00
parent 6052d887af
commit f6eda21648
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class SalomeSession(object):
pass
sys.argv = [run_script]
sys.argv += ["--terminal"]
sys.argv += ["--modules=GEOM,MED,SMESH"]
sys.argv += ["--modules=GEOM,SMESH"]
sys.argv += ["%s" % script]
if sys.platform == 'win32':
main_module_path = sys.modules['__main__'].__file__

View File

@ -42,6 +42,7 @@ SET(_link_LIBRARIES
SMDS
SMESHDS
SMESHUtils
VTK::FiltersVerdict
)
# --- headers ---