mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-23 21: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
|
pass
|
||||||
sys.argv = [run_script]
|
sys.argv = [run_script]
|
||||||
sys.argv += ["--terminal"]
|
sys.argv += ["--terminal"]
|
||||||
sys.argv += ["--modules=GEOM,MED,SMESH"]
|
sys.argv += ["--modules=GEOM,SMESH"]
|
||||||
sys.argv += ["%s" % script]
|
sys.argv += ["%s" % script]
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
main_module_path = sys.modules['__main__'].__file__
|
main_module_path = sys.modules['__main__'].__file__
|
||||||
|
@ -42,6 +42,7 @@ SET(_link_LIBRARIES
|
|||||||
SMDS
|
SMDS
|
||||||
SMESHDS
|
SMESHDS
|
||||||
SMESHUtils
|
SMESHUtils
|
||||||
|
VTK::FiltersVerdict
|
||||||
)
|
)
|
||||||
|
|
||||||
# --- headers ---
|
# --- headers ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user