mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-22 22:37:55 +05:00
Porting to ParaView 5.8: additional changes
This commit is contained in:
parent
6052d887af
commit
f6eda21648
@ -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__
|
||||
|
@ -42,6 +42,7 @@ SET(_link_LIBRARIES
|
||||
SMDS
|
||||
SMESHDS
|
||||
SMESHUtils
|
||||
VTK::FiltersVerdict
|
||||
)
|
||||
|
||||
# --- headers ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user